#D5D338

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

Shades of Wattle #D5D338

Tints of Wattle #D5D338

Color information

#D5D338 (or 0xD5D338) is unknown color: approx Wattle. HEX triplet: D5, D3 and 38. RGB value is (213,211,56). Sum of RGB (Red+Green+Blue) = 213+211+56=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 56 (22.27% from 255 or 11.67% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D338 is #2A2CC7. Grayscale: #C2C2C2. Windows color (decimal): -2763976 or 3724245. OLE color: 3724245.

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

Color convert

RGB21321156-
CMYK00.010.740.16
HSL59.24º65.15%52.75%-
HSV(B)59.24º73.71%83.53%-
XYZ51.4561.0212.81-
YUV193.9350.16141.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 211 (82.81% from 255) = 43.96%
BLUE value IS 56 (22.27% from 255) = 11.67%
R=44.38%
G=43.96%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132115600.010.740.1659.2465.1552.75
HexD5D338014A103b4135
Octal3253237001112207310165
Binary1101010111010011111000011001010100001110111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D338; }

 p { color: rgb(213,211,56); }

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

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

 a { background-color: rgb(213,211,56); }

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

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

 span { border-color: rgb(213,211,56); }

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