#dccf34

Color #DCCF34 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #DCCF34

Tints of Wattle #DCCF34

Color information

#DCCF34 (or 0xDCCF34) is unknown color: approx Wattle. HEX triplet: DC, CF and 34. RGB value is (220,207,52). Sum of RGB (Red+Green+Blue) = 220+207+52=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF34 is #2330CB. Grayscale: #C1C1C1. Windows color (decimal): -2306252 or 3461084. OLE color: 3461084.

HSL color Cylindrical-coordinate representation of color #DCCF34: hue angle of 55.36º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCCF34 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB22020752-
CMYK00.060.760.14
HSL55.36º70.59%53.33%-
HSV(B)55.36º76.36%86.27%-
XYZ52.4560.0912.08-
YUV193.2248.31147.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 207 (81.25% from 255) = 43.22%
BLUE value IS 52 (20.70% from 255) = 10.86%
R=45.93%
G=43.22%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202075200.060.760.1455.3670.5953.33
HexDCCF34064CE374735
Octal3343176406114166710765
Binary11011100110011111101000110100110011101101111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dccf34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dccf34; }

 p { color: rgb(220,207,52); }

 H1.HeaderClassName
 {
   color: #dccf34;
 }
 .AnyTagClassName
 {
   color: #dccf34;
 }
</style>
background-color css

<style>
 a { background-color: #dccf34; }

 a { background-color: rgb(220,207,52); }

 div.DivClassName
 {
   background-color: #dccf34;
 }
 .BgClassName
 {
   background-color: #dccf34;
 }
</style>
border-color css

<style>
 span { border-color: #dccf34; }

 span { border-color: rgb(220,207,52); }

 td.TdClassName
 {
   border-color: #dccf34;
 }
 .TagClassName
 {
   border-color: #dccf34;
 }
</style>