Html Css Color HEX #D0C244 Wattle

📋 copy color: '#D0C244'

red 208 ◦ green 194 ◦ blue 68

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

Shades of Wattle #D0C244

Tints of Wattle #D0C244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.47%

R = 44.26%
G = 41.28%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D0C244 (or 0xD0C244) is known color: Wattle. HEX triplet: D0, C2 and 44. RGB value is (208,194,68). Sum of RGB (Red+Green+Blue) = 208+194+68=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C244 is #2F3DBB. Grayscale: #B8B8B8. Windows color (decimal): -3095996 or 4506320. OLE color: 4506320.

HSL color Cylindrical-coordinate representation of color #D0C244: hue angle of 54º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0C244 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 194 68 -
CMYK 0 0.07 0.67 0.18
HSL 54º 0.6% 0.54% -
HSV(B) 54º 0.67% 0.82% -
XYZ 46.35 52.41 13.14 -
YUV 183.82 62.64 145.25 -
System Red Green Blue C M Y K H S L
Decimal 208 194 68 0 0.07 0.67 0.18 54 0.6 0.54
Hex D0 C2 44 0 7 43 12 36 3C 36
Octal 320 302 104 0 7 103 22 66 74 66
Binary 11010000 11000010 1000100 0 111 1000011 10010 110110 111100 110110

Color Harmonies of #D0C244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C244

Black with #D0C244

Text Example


Text Example

White with #D0C244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C244; }

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

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

background-color css

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

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

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

border-color css

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

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

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