Html Css Color HEX #DCC53D Wattle

📋 copy color: '#DCC53D'

red 220 ◦ green 197 ◦ blue 61

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

Shades of Wattle #DCC53D

Tints of Wattle #DCC53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.76%

R = 46.03%
G = 41.21%
B = 12.76%

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

#DCC53D (or 0xDCC53D) is known color: Wattle. HEX triplet: DC, C5 and 3D. RGB value is (220,197,61). Sum of RGB (Red+Green+Blue) = 220+197+61=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC53D is #233AC2. Grayscale: #BCBCBC. Windows color (decimal): -2308803 or 4048348. OLE color: 4048348.

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

Color convert

RGB 220 197 61 -
CMYK 0 0.10 0.72 0.14
HSL 51.32º 0.69% 0.55% -
HSV(B) 51.32º 0.72% 0.86% -
XYZ 50.32 55.49 12.47 -
YUV 188.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 220 197 61 0 0.10 0.72 0.14 51.32 0.69 0.55
Hex DC C5 3D 0 A 48 E 33 45 37
Octal 334 305 75 0 12 110 16 63 105 67
Binary 11011100 11000101 111101 0 1010 1001000 1110 110011 1000101 110111

Color Harmonies of #DCC53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC53D

Black with #DCC53D

Text Example


Text Example

White with #DCC53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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