Html Css Color HEX #DCC039 Wattle

📋 copy color: '#DCC039'

red 220 ◦ green 192 ◦ blue 57

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

Shades of Wattle #DCC039

Tints of Wattle #DCC039

RGB

 RED value IS 220 (86.33% from 255) = 46.91%

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

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

R = 46.91%
G = 40.94%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCC039 (or 0xDCC039) is known color: Wattle. HEX triplet: DC, C0 and 39. RGB value is (220,192,57). Sum of RGB (Red+Green+Blue) = 220+192+57=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 57 (22.66% from 255 or 12.15% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC039 is #233FC6. Grayscale: #B9B9B9. Windows color (decimal): -2310087 or 3784924. OLE color: 3784924.

HSL color Cylindrical-coordinate representation of color #DCC039: hue angle of 49.69º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCC039 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 57 -
CMYK 0 0.13 0.74 0.14
HSL 49.69º 0.7% 0.54% -
HSV(B) 49.69º 0.74% 0.86% -
XYZ 49.1 53.21 11.55 -
YUV 184.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 220 192 57 0 0.13 0.74 0.14 49.69 0.7 0.54
Hex DC C0 39 0 D 4A E 32 46 36
Octal 334 300 71 0 15 112 16 62 106 66
Binary 11011100 11000000 111001 0 1101 1001010 1110 110010 1000110 110110

Color Harmonies of #DCC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC039

Black with #DCC039

Text Example


Text Example

White with #DCC039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC039; }

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

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

background-color css

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

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

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

border-color css

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

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

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