Html Css Color HEX #D0C947 Wattle

📋 copy color: '#D0C947'

red 208 ◦ green 201 ◦ blue 71

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

Shades of Wattle #D0C947

Tints of Wattle #D0C947

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.88%

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

R = 43.33%
G = 41.88%
B = 14.79%

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

#D0C947 (or 0xD0C947) is known color: Wattle. HEX triplet: D0, C9 and 47. RGB value is (208,201,71). Sum of RGB (Red+Green+Blue) = 208+201+71=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 71 (28.12% from 255 or 14.79% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C947 is #2F36B8. Grayscale: #BCBCBC. Windows color (decimal): -3094201 or 4704720. OLE color: 4704720.

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

Color convert

RGB 208 201 71 -
CMYK 0 0.03 0.66 0.18
HSL 56.93º 0.59% 0.55% -
HSV(B) 56.93º 0.66% 0.82% -
XYZ 48.04 55.64 14.17 -
YUV 188.27 61.82 142.07 -
System Red Green Blue C M Y K H S L
Decimal 208 201 71 0 0.03 0.66 0.18 56.93 0.59 0.55
Hex D0 C9 47 0 3 42 12 39 3B 37
Octal 320 311 107 0 3 102 22 71 73 67
Binary 11010000 11001001 1000111 0 11 1000010 10010 111001 111011 110111

Color Harmonies of #D0C947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C947

Black with #D0C947

Text Example


Text Example

White with #D0C947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C947; }

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

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

background-color css

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

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

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

border-color css

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

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

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