Html Css Color HEX #DCC739 Wattle

📋 copy color: '#DCC739'

red 220 ◦ green 199 ◦ blue 57

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

Shades of Wattle #DCC739

Tints of Wattle #DCC739

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.81%

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

R = 46.22%
G = 41.81%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCC739 (or 0xDCC739) is known color: Wattle. HEX triplet: DC, C7 and 39. RGB value is (220,199,57). Sum of RGB (Red+Green+Blue) = 220+199+57=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 57 (22.66% from 255 or 11.97% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC739 is #2338C6. Grayscale: #BDBDBD. Windows color (decimal): -2308295 or 3786716. OLE color: 3786716.

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

Color convert

RGB 220 199 57 -
CMYK 0 0.10 0.74 0.14
HSL 52.27º 0.7% 0.54% -
HSV(B) 52.27º 0.74% 0.86% -
XYZ 50.68 56.36 12.08 -
YUV 189.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 220 199 57 0 0.10 0.74 0.14 52.27 0.7 0.54
Hex DC C7 39 0 A 4A E 34 46 36
Octal 334 307 71 0 12 112 16 64 106 66
Binary 11011100 11000111 111001 0 1010 1001010 1110 110100 1000110 110110

Color Harmonies of #DCC739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC739

Black with #DCC739

Text Example


Text Example

White with #DCC739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC739; }

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

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

background-color css

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

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

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

border-color css

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

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

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