Html Css Color HEX #D0CC42 Wattle

📋 copy color: '#D0CC42'

red 208 ◦ green 204 ◦ blue 66

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

Shades of Wattle #D0CC42

Tints of Wattle #D0CC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.81%

R = 43.51%
G = 42.68%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D0CC42 (or 0xD0CC42) is known color: Wattle. HEX triplet: D0, CC and 42. RGB value is (208,204,66). Sum of RGB (Red+Green+Blue) = 208+204+66=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC42 is #2F33BD. Grayscale: #BEBEBE. Windows color (decimal): -3093438 or 4377808. OLE color: 4377808.

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

Color convert

RGB 208 204 66 -
CMYK 0 0.02 0.68 0.18
HSL 58.31º 0.6% 0.54% -
HSV(B) 58.31º 0.68% 0.82% -
XYZ 48.59 56.99 13.59 -
YUV 189.46 58.33 141.22 -
System Red Green Blue C M Y K H S L
Decimal 208 204 66 0 0.02 0.68 0.18 58.31 0.6 0.54
Hex D0 CC 42 0 2 44 12 3A 3C 36
Octal 320 314 102 0 2 104 22 72 74 66
Binary 11010000 11001100 1000010 0 10 1000100 10010 111010 111100 110110

Color Harmonies of #D0CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC42

Black with #D0CC42

Text Example


Text Example

White with #D0CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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