Html Css Color HEX #D0CC49 Wattle

📋 copy color: '#D0CC49'

red 208 ◦ green 204 ◦ blue 73

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

Shades of Wattle #D0CC49

Tints of Wattle #D0CC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.06%

 BLUE value IS 73 (28.91% from 255) = 15.05%

R = 42.89%
G = 42.06%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D0CC49 (or 0xD0CC49) is known color: Wattle. HEX triplet: D0, CC and 49. RGB value is (208,204,73). Sum of RGB (Red+Green+Blue) = 208+204+73=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC49 is #2F33B6. Grayscale: #BEBEBE. Windows color (decimal): -3093431 or 4836560. OLE color: 4836560.

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

Color convert

RGB 208 204 73 -
CMYK 0 0.02 0.65 0.18
HSL 58.22º 0.59% 0.55% -
HSV(B) 58.22º 0.65% 0.82% -
XYZ 48.81 57.08 14.75 -
YUV 190.26 61.83 140.65 -
System Red Green Blue C M Y K H S L
Decimal 208 204 73 0 0.02 0.65 0.18 58.22 0.59 0.55
Hex D0 CC 49 0 2 41 12 3A 3B 37
Octal 320 314 111 0 2 101 22 72 73 67
Binary 11010000 11001100 1001001 0 10 1000001 10010 111010 111011 110111

Color Harmonies of #D0CC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC49

Black with #D0CC49

Text Example


Text Example

White with #D0CC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC49; }

 p { color: rgb(208,204,73); }

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

background-color css

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

 a { background-color: rgb(208,204,73); }

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

border-color css

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

 span { border-color: rgb(208,204,73); }

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