#DCA435

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

Shades of Tulip Tree #DCA435

Tints of Tulip Tree #DCA435

Color information

#DCA435 (or 0xDCA435) is unknown color: approx Tulip Tree. HEX triplet: DC, A4 and 35. RGB value is (220,164,53). Sum of RGB (Red+Green+Blue) = 220+164+53=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA435 is #235BCA. Grayscale: #A8A8A8. Windows color (decimal): -2317259 or 3515612. OLE color: 3515612.

HSL color Cylindrical-coordinate representation of color #DCA435: hue angle of 39.88º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCA435 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB22016453-
CMYK00.250.760.14
HSL39.88º70.46%53.53%-
HSV(B)39.88º75.91%86.27%-
XYZ43.4342.029.19-
YUV168.0963.05165.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.34%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 53 (21.09% from 255) = 12.13%
R=50.34%
G=37.53%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201645300.250.760.1439.8870.4653.53
HexDCA4350194CE284636
Octal33424465031114165010666
Binary1101110010100100110101011001100110011101010001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA435; }

 p { color: rgb(220,164,53); }

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

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

 a { background-color: rgb(220,164,53); }

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

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

 span { border-color: rgb(220,164,53); }

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