#DCD23B

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

Shades of Wattle #DCD23B

Tints of Wattle #DCD23B

Color information

#DCD23B (or 0xDCD23B) is unknown color: approx Wattle. HEX triplet: DC, D2 and 3B. RGB value is (220,210,59). Sum of RGB (Red+Green+Blue) = 220+210+59=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 59 (23.44% from 255 or 12.07% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD23B is #232DC4. Grayscale: #C4C4C4. Windows color (decimal): -2305477 or 3920604. OLE color: 3920604.

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

Color convert

RGB22021059-
CMYK00.050.730.14
HSL56.27º69.7%54.71%-
HSV(B)56.27º73.18%86.27%-
XYZ53.3561.6213.22-
YUV195.7850.81145.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.99%
GREEN value IS 210 (82.42% from 255) = 42.94%
BLUE value IS 59 (23.44% from 255) = 12.07%
R=44.99%
G=42.94%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202105900.050.730.1456.2769.754.71
HexDCD23B0549E384637
Octal3343227305111167010667
Binary11011100110100101110110101100100111101110001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD23B; }

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

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

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

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

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

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

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

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