Html Css Color HEX #DCC137 Wattle

📋 copy color: '#DCC137'

red 220 ◦ green 193 ◦ blue 55

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

Shades of Wattle #DCC137

Tints of Wattle #DCC137

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.24%

 BLUE value IS 55 (21.88% from 255) = 11.75%

R = 47.01%
G = 41.24%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCC137 (or 0xDCC137) is known color: Wattle. HEX triplet: DC, C1 and 37. RGB value is (220,193,55). Sum of RGB (Red+Green+Blue) = 220+193+55=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC137 is #233EC8. Grayscale: #B9B9B9. Windows color (decimal): -2309833 or 3654108. OLE color: 3654108.

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

Color convert

RGB 220 193 55 -
CMYK 0 0.12 0.75 0.14
HSL 50.18º 0.7% 0.54% -
HSV(B) 50.18º 0.75% 0.86% -
XYZ 49.27 53.63 11.37 -
YUV 185.34 54.45 152.72 -
System Red Green Blue C M Y K H S L
Decimal 220 193 55 0 0.12 0.75 0.14 50.18 0.7 0.54
Hex DC C1 37 0 C 4B E 32 46 36
Octal 334 301 67 0 14 113 16 62 106 66
Binary 11011100 11000001 110111 0 1100 1001011 1110 110010 1000110 110110

Color Harmonies of #DCC137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC137

Black with #DCC137

Text Example


Text Example

White with #DCC137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC137; }

 p { color: rgb(220,193,55); }

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

background-color css

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

 a { background-color: rgb(220,193,55); }

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

border-color css

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

 span { border-color: rgb(220,193,55); }

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