#D1CB30

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

Shades of Wattle #D1CB30

Tints of Wattle #D1CB30

Color information

#D1CB30 (or 0xD1CB30) is unknown color: approx Wattle. HEX triplet: D1, CB and 30. RGB value is (209,203,48). Sum of RGB (Red+Green+Blue) = 209+203+48=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CB30 is #2E34CF. Grayscale: #BBBBBB. Windows color (decimal): -3028176 or 3197905. OLE color: 3197905.

HSL color Cylindrical-coordinate representation of color #D1CB30: hue angle of 57.76º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1CB30 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB20920348-
CMYK00.030.770.18
HSL57.76º63.64%50.39%-
HSV(B)57.76º77.03%81.96%-
XYZ48.1856.4811.16-
YUV187.1249.49143.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.43%
GREEN value IS 203 (79.69% from 255) = 44.13%
BLUE value IS 48 (19.14% from 255) = 10.43%
R=45.43%
G=44.13%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092034800.030.770.1857.7663.6450.39
HexD1CB30034D123a4032
Octal3213136003115227210062
Binary11010001110010111100000111001101100101110101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CB30; }

 p { color: rgb(209,203,48); }

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

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

 a { background-color: rgb(209,203,48); }

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

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

 span { border-color: rgb(209,203,48); }

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