Html Css Color HEX #D0CC39 Wattle

📋 copy color: '#D0CC39'

red 208 ◦ green 204 ◦ blue 57

#D0CC39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #D0CC39

Tints of Wattle #D0CC39

RGB

 RED value IS 208 (81.64% from 255) = 44.35%

 GREEN value IS 204 (80.08% from 255) = 43.5%

 BLUE value IS 57 (22.66% from 255) = 12.15%

R = 44.35%
G = 43.5%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D0CC39 (or 0xD0CC39) is known color: Wattle. HEX triplet: D0, CC and 39. RGB value is (208,204,57). Sum of RGB (Red+Green+Blue) = 208+204+57=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 57 (22.66% from 255 or 12.15% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC39 is #2F33C6. Grayscale: #BDBDBD. Windows color (decimal): -3093447 or 3787984. OLE color: 3787984.

HSL color Cylindrical-coordinate representation of color #D0CC39: hue angle of 58.41º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0CC39 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 204 57 -
CMYK 0 0.02 0.73 0.18
HSL 58.41º 0.62% 0.52% -
HSV(B) 58.41º 0.73% 0.82% -
XYZ 48.34 56.89 12.3 -
YUV 188.44 53.83 141.95 -
System Red Green Blue C M Y K H S L
Decimal 208 204 57 0 0.02 0.73 0.18 58.41 0.62 0.52
Hex D0 CC 39 0 2 49 12 3A 3E 34
Octal 320 314 71 0 2 111 22 72 76 64
Binary 11010000 11001100 111001 0 10 1001001 10010 111010 111110 110100

Color Harmonies of #D0CC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC39

Black with #D0CC39

Text Example


Text Example

White with #D0CC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC39; }

 p { color: rgb(208,204,57); }

 H1.HeaderClassName
 {
   color: #D0CC39;
 }
 .AnyTagClassName
 {
   color: #D0CC39;
 }
</style>

background-color css

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

 a { background-color: rgb(208,204,57); }

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

border-color css

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

 span { border-color: rgb(208,204,57); }

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