Html Css Color HEX #D0C039 Wattle

📋 copy color: '#D0C039'

red 208 ◦ green 192 ◦ blue 57

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

Shades of Wattle #D0C039

Tints of Wattle #D0C039

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.01%

 BLUE value IS 57 (22.66% from 255) = 12.47%

R = 45.51%
G = 42.01%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D0C039 (or 0xD0C039) is known color: Wattle. HEX triplet: D0, C0 and 39. RGB value is (208,192,57). Sum of RGB (Red+Green+Blue) = 208+192+57=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 57 (22.66% from 255 or 12.47% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C039 is #2F3FC6. Grayscale: #B5B5B5. Windows color (decimal): -3096519 or 3784912. OLE color: 3784912.

HSL color Cylindrical-coordinate representation of color #D0C039: hue angle of 53.64º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0C039 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 192 57 -
CMYK 0 0.08 0.73 0.18
HSL 53.64º 0.62% 0.52% -
HSV(B) 53.64º 0.73% 0.82% -
XYZ 45.6 51.4 11.39 -
YUV 181.39 57.8 146.98 -
System Red Green Blue C M Y K H S L
Decimal 208 192 57 0 0.08 0.73 0.18 53.64 0.62 0.52
Hex D0 C0 39 0 8 49 12 36 3E 34
Octal 320 300 71 0 10 111 22 66 76 64
Binary 11010000 11000000 111001 0 1000 1001001 10010 110110 111110 110100

Color Harmonies of #D0C039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C039

Black with #D0C039

Text Example


Text Example

White with #D0C039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C039; }

 p { color: rgb(208,192,57); }

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

background-color css

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

 a { background-color: rgb(208,192,57); }

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

border-color css

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

 span { border-color: rgb(208,192,57); }

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