Html Css Color HEX #DCC639 Wattle

📋 copy color: '#DCC639'

red 220 ◦ green 198 ◦ blue 57

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

Shades of Wattle #DCC639

Tints of Wattle #DCC639

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.68%

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

R = 46.32%
G = 41.68%
B = 12%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCC639 (or 0xDCC639) is known color: Wattle. HEX triplet: DC, C6 and 39. RGB value is (220,198,57). Sum of RGB (Red+Green+Blue) = 220+198+57=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 57 (22.66% from 255 or 12% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC639 is #2339C6. Grayscale: #BDBDBD. Windows color (decimal): -2308551 or 3786460. OLE color: 3786460.

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

Color convert

RGB 220 198 57 -
CMYK 0 0.1 0.74 0.14
HSL 51.9º 0.7% 0.54% -
HSV(B) 51.9º 0.74% 0.86% -
XYZ 50.45 55.9 12 -
YUV 188.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 220 198 57 0 0.1 0.74 0.14 51.9 0.7 0.54
Hex DC C6 39 0 A 4A E 34 46 36
Octal 334 306 71 0 12 112 16 64 106 66
Binary 11011100 11000110 111001 0 1010 1001010 1110 110100 1000110 110110

Color Harmonies of #DCC639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC639

Black with #DCC639

Text Example


Text Example

White with #DCC639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC639; }

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

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

background-color css

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

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

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

border-color css

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

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

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