Html Css Color HEX #D0C249 Wattle

📋 copy color: '#D0C249'

red 208 ◦ green 194 ◦ blue 73

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

Shades of Wattle #D0C249

Tints of Wattle #D0C249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.84%

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

R = 43.79%
G = 40.84%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D0C249 (or 0xD0C249) is known color: Wattle. HEX triplet: D0, C2 and 49. RGB value is (208,194,73). Sum of RGB (Red+Green+Blue) = 208+194+73=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C249 is #2F3DB6. Grayscale: #B8B8B8. Windows color (decimal): -3095991 or 4834000. OLE color: 4834000.

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

Color convert

RGB 208 194 73 -
CMYK 0 0.07 0.65 0.18
HSL 53.78º 0.59% 0.55% -
HSV(B) 53.78º 0.65% 0.82% -
XYZ 46.51 52.47 13.98 -
YUV 184.39 65.14 144.84 -
System Red Green Blue C M Y K H S L
Decimal 208 194 73 0 0.07 0.65 0.18 53.78 0.59 0.55
Hex D0 C2 49 0 7 41 12 36 3B 37
Octal 320 302 111 0 7 101 22 66 73 67
Binary 11010000 11000010 1001001 0 111 1000001 10010 110110 111011 110111

Color Harmonies of #D0C249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C249

Black with #D0C249

Text Example


Text Example

White with #D0C249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C249; }

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

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

background-color css

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

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

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

border-color css

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

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

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