#D2C83D

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

Shades of Wattle #D2C83D

Tints of Wattle #D2C83D

Color information

#D2C83D (or 0xD2C83D) is unknown color: approx Wattle. HEX triplet: D2, C8 and 3D. RGB value is (210,200,61). Sum of RGB (Red+Green+Blue) = 210+200+61=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C83D is #2D37C2. Grayscale: #BBBBBB. Windows color (decimal): -2963395 or 4049106. OLE color: 4049106.

HSL color Cylindrical-coordinate representation of color #D2C83D: hue angle of 55.97º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2C83D is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB21020061-
CMYK00.050.710.18
HSL55.97º62.34%53.14%-
HSV(B)55.97º70.95%82.35%-
XYZ48.0755.3512.56-
YUV187.1456.81144.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.59%
GREEN value IS 200 (78.52% from 255) = 42.46%
BLUE value IS 61 (24.22% from 255) = 12.95%
R=44.59%
G=42.46%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102006100.050.710.1855.9762.3453.14
HexD2C83D054712383e35
Octal322310750510722707665
Binary11010010110010001111010101100011110010111000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C83D; }

 p { color: rgb(210,200,61); }

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

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

 a { background-color: rgb(210,200,61); }

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

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

 span { border-color: rgb(210,200,61); }

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