#D6CB3D

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

Shades of Wattle #D6CB3D

Tints of Wattle #D6CB3D

Color information

#D6CB3D (or 0xD6CB3D) is unknown color: approx Wattle. HEX triplet: D6, CB and 3D. RGB value is (214,203,61). Sum of RGB (Red+Green+Blue) = 214+203+61=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB3D is #2934C2. Grayscale: #BEBEBE. Windows color (decimal): -2700483 or 4049878. OLE color: 4049878.

HSL color Cylindrical-coordinate representation of color #D6CB3D: hue angle of 55.69º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6CB3D is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21420361-
CMYK00.050.710.16
HSL55.69º65.11%53.92%-
HSV(B)55.69º71.5%83.92%-
XYZ49.9357.3412.85-
YUV190.155.14145.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 203 (79.69% from 255) = 42.47%
BLUE value IS 61 (24.22% from 255) = 12.76%
R=44.77%
G=42.47%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142036100.050.710.1655.6965.1153.92
HexD6CB3D054710384136
Octal3263137505107207010166
Binary110101101100101111110101011000111100001110001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CB3D; }

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

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

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

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

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

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

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

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