#D5C635

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

Shades of Wattle #D5C635

Tints of Wattle #D5C635

Color information

#D5C635 (or 0xD5C635) is unknown color: approx Wattle. HEX triplet: D5, C6 and 35. RGB value is (213,198,53). Sum of RGB (Red+Green+Blue) = 213+198+53=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 53 (21.09% from 255 or 11.42% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C635 is #2A39CA. Grayscale: #BABABA. Windows color (decimal): -2767307 or 3524309. OLE color: 3524309.

HSL color Cylindrical-coordinate representation of color #D5C635: hue angle of 54.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5C635 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21319853-
CMYK00.070.750.16
HSL54.38º65.57%52.16%-
HSV(B)54.38º75.12%83.53%-
XYZ48.2854.7911.4-
YUV185.9652.97147.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.91%
GREEN value IS 198 (77.73% from 255) = 42.67%
BLUE value IS 53 (21.09% from 255) = 11.42%
R=45.91%
G=42.67%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131985300.070.750.1654.3865.5752.16
HexD5C635074B10364234
Octal3253066507113206610264
Binary110101011100011011010101111001011100001101101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C635; }

 p { color: rgb(213,198,53); }

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

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

 a { background-color: rgb(213,198,53); }

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

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

 span { border-color: rgb(213,198,53); }

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