Html Css Color HEX #D0C642 Wattle

📋 copy color: '#D0C642'

red 208 ◦ green 198 ◦ blue 66

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

Shades of Wattle #D0C642

Tints of Wattle #D0C642

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.95%

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

R = 44.07%
G = 41.95%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D0C642 (or 0xD0C642) is known color: Wattle. HEX triplet: D0, C6 and 42. RGB value is (208,198,66). Sum of RGB (Red+Green+Blue) = 208+198+66=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C642 is #2F39BD. Grayscale: #BABABA. Windows color (decimal): -3094974 or 4376272. OLE color: 4376272.

HSL color Cylindrical-coordinate representation of color #D0C642: hue angle of 55.77º 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 #D0C642 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 198 66 -
CMYK 0 0.05 0.68 0.18
HSL 55.77º 0.6% 0.54% -
HSV(B) 55.77º 0.68% 0.82% -
XYZ 47.19 54.19 13.13 -
YUV 185.94 60.31 143.73 -
System Red Green Blue C M Y K H S L
Decimal 208 198 66 0 0.05 0.68 0.18 55.77 0.6 0.54
Hex D0 C6 42 0 5 44 12 38 3C 36
Octal 320 306 102 0 5 104 22 70 74 66
Binary 11010000 11000110 1000010 0 101 1000100 10010 111000 111100 110110

Color Harmonies of #D0C642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C642

Black with #D0C642

Text Example


Text Example

White with #D0C642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C642; }

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

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

background-color css

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

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

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

border-color css

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

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

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