#D5CA38

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

Shades of Wattle #D5CA38

Tints of Wattle #D5CA38

Color information

#D5CA38 (or 0xD5CA38) is unknown color: approx Wattle. HEX triplet: D5, CA and 38. RGB value is (213,202,56). Sum of RGB (Red+Green+Blue) = 213+202+56=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA38 is #2A35C7. Grayscale: #BDBDBD. Windows color (decimal): -2766280 or 3721941. OLE color: 3721941.

HSL color Cylindrical-coordinate representation of color #D5CA38: hue angle of 55.8º 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 #D5CA38 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21320256-
CMYK00.050.740.16
HSL55.8º65.15%52.75%-
HSV(B)55.8º73.71%83.53%-
XYZ49.2756.6712.08-
YUV188.6453.14145.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 202 (79.30% from 255) = 42.89%
BLUE value IS 56 (22.27% from 255) = 11.89%
R=45.22%
G=42.89%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132025600.050.740.1655.865.1552.75
HexD5CA38054A10384135
Octal3253127005112207010165
Binary110101011100101011100001011001010100001110001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA38; }

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

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

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

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

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

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

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

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