#D3CF35

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

Shades of Wattle #D3CF35

Tints of Wattle #D3CF35

Color information

#D3CF35 (or 0xD3CF35) is unknown color: approx Wattle. HEX triplet: D3, CF and 35. RGB value is (211,207,53). Sum of RGB (Red+Green+Blue) = 211+207+53=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CF35 is #2C30CA. Grayscale: #BFBFBF. Windows color (decimal): -2896075 or 3526611. OLE color: 3526611.

HSL color Cylindrical-coordinate representation of color #D3CF35: hue angle of 58.48º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3CF35 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB21120753-
CMYK00.020.750.17
HSL58.48º64.23%51.76%-
HSV(B)58.48º74.88%82.75%-
XYZ49.8258.7312.08-
YUV190.6450.33142.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.80%
GREEN value IS 207 (81.25% from 255) = 43.95%
BLUE value IS 53 (21.09% from 255) = 11.25%
R=44.80%
G=43.95%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112075300.020.750.1758.4864.2351.76
HexD3CF35024B113a4034
Octal3233176502113217210064
Binary11010011110011111101010101001011100011110101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CF35; }

 p { color: rgb(211,207,53); }

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

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

 a { background-color: rgb(211,207,53); }

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

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

 span { border-color: rgb(211,207,53); }

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