Html Css Color HEX #D0C747 Wattle

📋 copy color: '#D0C747'

red 208 ◦ green 199 ◦ blue 71

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

Shades of Wattle #D0C747

Tints of Wattle #D0C747

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.63%

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

R = 43.51%
G = 41.63%
B = 14.85%

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

#D0C747 (or 0xD0C747) is known color: Wattle. HEX triplet: D0, C7 and 47. RGB value is (208,199,71). Sum of RGB (Red+Green+Blue) = 208+199+71=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C747 is #2F38B8. Grayscale: #BBBBBB. Windows color (decimal): -3094713 or 4704208. OLE color: 4704208.

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

Color convert

RGB 208 199 71 -
CMYK 0 0.04 0.66 0.18
HSL 56.06º 0.59% 0.55% -
HSV(B) 56.06º 0.66% 0.82% -
XYZ 47.57 54.71 14.01 -
YUV 187.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 208 199 71 0 0.04 0.66 0.18 56.06 0.59 0.55
Hex D0 C7 47 0 4 42 12 38 3B 37
Octal 320 307 107 0 4 102 22 70 73 67
Binary 11010000 11000111 1000111 0 100 1000010 10010 111000 111011 110111

Color Harmonies of #D0C747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C747

Black with #D0C747

Text Example


Text Example

White with #D0C747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C747; }

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

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

background-color css

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

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

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

border-color css

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

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

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