Html Css Color HEX #D0CA47 Wattle

📋 copy color: '#D0CA47'

red 208 ◦ green 202 ◦ blue 71

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

Shades of Wattle #D0CA47

Tints of Wattle #D0CA47

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42%

 BLUE value IS 71 (28.13% from 255) = 14.76%

R = 43.24%
G = 42%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D0CA47 (or 0xD0CA47) is known color: Wattle. HEX triplet: D0, CA and 47. RGB value is (208,202,71). Sum of RGB (Red+Green+Blue) = 208+202+71=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CA47 is #2F35B8. Grayscale: #BDBDBD. Windows color (decimal): -3093945 or 4704976. OLE color: 4704976.

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

Color convert

RGB 208 202 71 -
CMYK 0 0.03 0.66 0.18
HSL 57.37º 0.59% 0.55% -
HSV(B) 57.37º 0.66% 0.82% -
XYZ 48.27 56.11 14.25 -
YUV 188.86 61.49 141.65 -
System Red Green Blue C M Y K H S L
Decimal 208 202 71 0 0.03 0.66 0.18 57.37 0.59 0.55
Hex D0 CA 47 0 3 42 12 39 3B 37
Octal 320 312 107 0 3 102 22 71 73 67
Binary 11010000 11001010 1000111 0 11 1000010 10010 111001 111011 110111

Color Harmonies of #D0CA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CA47

Black with #D0CA47

Text Example


Text Example

White with #D0CA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CA47; }

 p { color: rgb(208,202,71); }

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

background-color css

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

 a { background-color: rgb(208,202,71); }

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

border-color css

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

 span { border-color: rgb(208,202,71); }

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