#DCCB3D

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

Shades of Wattle #DCCB3D

Tints of Wattle #DCCB3D

Color information

#DCCB3D (or 0xDCCB3D) is unknown color: approx Wattle. HEX triplet: DC, CB and 3D. RGB value is (220,203,61). Sum of RGB (Red+Green+Blue) = 220+203+61=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 61 (24.22% from 255 or 12.60% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB3D is #2334C2. Grayscale: #C0C0C0. Windows color (decimal): -2307267 or 4049884. OLE color: 4049884.

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

Color convert

RGB22020361-
CMYK00.080.720.14
HSL53.58º69.43%55.1%-
HSV(B)53.58º72.27%86.27%-
XYZ51.7158.2612.94-
YUV191.954.13148.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 61 (24.22% from 255) = 12.60%
R=45.45%
G=41.94%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202036100.080.720.1453.5869.4355.1
HexDCCB3D0848E364537
Octal33431375010110166610567
Binary110111001100101111110101000100100011101101101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB3D; }

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

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

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

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

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

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

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

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