Html Css Color HEX #DCC53B Wattle

📋 copy color: '#DCC53B'

red 220 ◦ green 197 ◦ blue 59

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

Shades of Wattle #DCC53B

Tints of Wattle #DCC53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.39%

R = 46.22%
G = 41.39%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCC53B (or 0xDCC53B) is known color: Wattle. HEX triplet: DC, C5 and 3B. RGB value is (220,197,59). Sum of RGB (Red+Green+Blue) = 220+197+59=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 59 (23.44% from 255 or 12.39% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC53B is #233AC4. Grayscale: #BCBCBC. Windows color (decimal): -2308805 or 3917276. OLE color: 3917276.

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

Color convert

RGB 220 197 59 -
CMYK 0 0.10 0.73 0.14
HSL 51.43º 0.7% 0.55% -
HSV(B) 51.43º 0.73% 0.86% -
XYZ 50.27 55.46 12.19 -
YUV 188.15 55.12 150.72 -
System Red Green Blue C M Y K H S L
Decimal 220 197 59 0 0.10 0.73 0.14 51.43 0.7 0.55
Hex DC C5 3B 0 A 49 E 33 46 37
Octal 334 305 73 0 12 111 16 63 106 67
Binary 11011100 11000101 111011 0 1010 1001001 1110 110011 1000110 110111

Color Harmonies of #DCC53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC53B

Black with #DCC53B

Text Example


Text Example

White with #DCC53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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