#DCCD37

Color #DCCD37 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #DCCD37

Tints of Wattle #DCCD37

Color information

#DCCD37 (or 0xDCCD37) is unknown color: approx Wattle. HEX triplet: DC, CD and 37. RGB value is (220,205,55). Sum of RGB (Red+Green+Blue) = 220+205+55=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 55 (21.88% from 255 or 11.46% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD37 is #2332C8. Grayscale: #C1C1C1. Windows color (decimal): -2306761 or 3657180. OLE color: 3657180.

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

Color convert

RGB22020555-
CMYK00.070.750.14
HSL54.55º70.21%53.92%-
HSV(B)54.55º75%86.27%-
XYZ52.0459.1512.29-
YUV192.3950.47147.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 205 (80.47% from 255) = 42.71%
BLUE value IS 55 (21.88% from 255) = 11.46%
R=45.83%
G=42.71%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202055500.070.750.1454.5570.2153.92
HexDCCD37074BE374636
Octal3343156707113166710666
Binary11011100110011011101110111100101111101101111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD37; }

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

 H1.HeaderClassName
 {
   color: #DCCD37;
 }
 .AnyTagClassName
 {
   color: #DCCD37;
 }
</style>
background-color css

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

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

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

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

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

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