Html Css Color HEX #DCA435 Tulip Tree

📋 copy color: '#DCA435'

red 220 ◦ green 164 ◦ blue 53

#DCA435
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tulip Tree #DCA435

Tints of Tulip Tree #DCA435

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 value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCA435 (or 0xDCA435) is known color: 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

RGB 220 164 53 -
CMYK 0 0.25 0.76 0.14
HSL 39.88º 0.7% 0.54% -
HSV(B) 39.88º 0.76% 0.86% -
XYZ 43.43 42.02 9.19 -
YUV 168.09 63.05 165.03 -
System Red Green Blue C M Y K H S L
Decimal 220 164 53 0 0.25 0.76 0.14 39.88 0.7 0.54
Hex DC A4 35 0 19 4C E 28 46 36
Octal 334 244 65 0 31 114 16 50 106 66
Binary 11011100 10100100 110101 0 11001 1001100 1110 101000 1000110 110110

Color Harmonies of #DCA435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA435

Black with #DCA435

Text Example


Text Example

White with #DCA435

Text Example


Text Example

HTML Codes & Css Web 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>