Html Css Color HEX #DCC239 Wattle

📋 copy color: '#DCC239'

red 220 ◦ green 194 ◦ blue 57

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

Shades of Wattle #DCC239

Tints of Wattle #DCC239

RGB

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

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

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

R = 46.71%
G = 41.19%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCC239 (or 0xDCC239) is known color: Wattle. HEX triplet: DC, C2 and 39. RGB value is (220,194,57). Sum of RGB (Red+Green+Blue) = 220+194+57=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC239 is #233DC6. Grayscale: #BABABA. Windows color (decimal): -2309575 or 3785436. OLE color: 3785436.

HSL color Cylindrical-coordinate representation of color #DCC239: hue angle of 50.43º 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 #DCC239 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 57 -
CMYK 0 0.12 0.74 0.14
HSL 50.43º 0.7% 0.54% -
HSV(B) 50.43º 0.74% 0.86% -
XYZ 49.55 54.09 11.7 -
YUV 186.16 55.11 152.14 -
System Red Green Blue C M Y K H S L
Decimal 220 194 57 0 0.12 0.74 0.14 50.43 0.7 0.54
Hex DC C2 39 0 C 4A E 32 46 36
Octal 334 302 71 0 14 112 16 62 106 66
Binary 11011100 11000010 111001 0 1100 1001010 1110 110010 1000110 110110

Color Harmonies of #DCC239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC239

Black with #DCC239

Text Example


Text Example

White with #DCC239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC239; }

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

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

background-color css

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

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

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

border-color css

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

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

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