Html Css Color HEX #D0C846 Wattle

📋 copy color: '#D0C846'

red 208 ◦ green 200 ◦ blue 70

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

Shades of Wattle #D0C846

Tints of Wattle #D0C846

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.84%

 BLUE value IS 70 (27.73% from 255) = 14.64%

R = 43.51%
G = 41.84%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D0C846 (or 0xD0C846) is known color: Wattle. HEX triplet: D0, C8 and 46. RGB value is (208,200,70). Sum of RGB (Red+Green+Blue) = 208+200+70=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C846 is #2F37B9. Grayscale: #BCBCBC. Windows color (decimal): -3094458 or 4638928. OLE color: 4638928.

HSL color Cylindrical-coordinate representation of color #D0C846: hue angle of 56.52º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0C846 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 200 70 -
CMYK 0 0.04 0.66 0.18
HSL 56.52º 0.59% 0.55% -
HSV(B) 56.52º 0.66% 0.82% -
XYZ 47.77 55.16 13.92 -
YUV 187.57 61.65 142.57 -
System Red Green Blue C M Y K H S L
Decimal 208 200 70 0 0.04 0.66 0.18 56.52 0.59 0.55
Hex D0 C8 46 0 4 42 12 39 3B 37
Octal 320 310 106 0 4 102 22 71 73 67
Binary 11010000 11001000 1000110 0 100 1000010 10010 111001 111011 110111

Color Harmonies of #D0C846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C846

Black with #D0C846

Text Example


Text Example

White with #D0C846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C846; }

 p { color: rgb(208,200,70); }

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

background-color css

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

 a { background-color: rgb(208,200,70); }

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

border-color css

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

 span { border-color: rgb(208,200,70); }

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