Html Css Color HEX #DCC53E Wattle

📋 copy color: '#DCC53E'

red 220 ◦ green 197 ◦ blue 62

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

Shades of Wattle #DCC53E

Tints of Wattle #DCC53E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.13%

 BLUE value IS 62 (24.61% from 255) = 12.94%

R = 45.93%
G = 41.13%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCC53E (or 0xDCC53E) is known color: Wattle. HEX triplet: DC, C5 and 3E. RGB value is (220,197,62). Sum of RGB (Red+Green+Blue) = 220+197+62=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 62 (24.61% from 255 or 12.94% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC53E is #233AC1. Grayscale: #BDBDBD. Windows color (decimal): -2308802 or 4113884. OLE color: 4113884.

HSL color Cylindrical-coordinate representation of color #DCC53E: hue angle of 51.27º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCC53E is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 62 -
CMYK 0 0.10 0.72 0.14
HSL 51.27º 0.69% 0.55% -
HSV(B) 51.27º 0.72% 0.86% -
XYZ 50.35 55.5 12.62 -
YUV 188.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 220 197 62 0 0.10 0.72 0.14 51.27 0.69 0.55
Hex DC C5 3E 0 A 48 E 33 45 37
Octal 334 305 76 0 12 110 16 63 105 67
Binary 11011100 11000101 111110 0 1010 1001000 1110 110011 1000101 110111

Color Harmonies of #DCC53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC53E

Black with #DCC53E

Text Example


Text Example

White with #DCC53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC53E; }

 p { color: rgb(220,197,62); }

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

background-color css

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

 a { background-color: rgb(220,197,62); }

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

border-color css

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

 span { border-color: rgb(220,197,62); }

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