Html Css Color HEX #DCA534 Tulip Tree

📋 copy color: '#DCA534'

red 220 ◦ green 165 ◦ blue 52

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

Shades of Tulip Tree #DCA534

Tints of Tulip Tree #DCA534

RGB

 RED value IS 220 (86.33% from 255) = 50.34%

 GREEN value IS 165 (64.84% from 255) = 37.76%

 BLUE value IS 52 (20.7% from 255) = 11.9%

R = 50.34%
G = 37.76%
B = 11.9%

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

#DCA534 (or 0xDCA534) is known color: Tulip Tree. HEX triplet: DC, A5 and 34. RGB value is (220,165,52). Sum of RGB (Red+Green+Blue) = 220+165+52=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA534 is #235ACB. Grayscale: #A9A9A9. Windows color (decimal): -2317004 or 3450332. OLE color: 3450332.

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

Color convert

RGB 220 165 52 -
CMYK 0 0.25 0.76 0.14
HSL 40.36º 0.71% 0.53% -
HSV(B) 40.36º 0.76% 0.86% -
XYZ 43.59 42.37 9.13 -
YUV 168.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 220 165 52 0 0.25 0.76 0.14 40.36 0.71 0.53
Hex DC A5 34 0 19 4C E 28 47 35
Octal 334 245 64 0 31 114 16 50 107 65
Binary 11011100 10100101 110100 0 11001 1001100 1110 101000 1000111 110101

Color Harmonies of #DCA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA534

Black with #DCA534

Text Example


Text Example

White with #DCA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA534; }

 p { color: rgb(220,165,52); }

 H1.HeaderClassName
 {
   color: #DCA534;
 }
 .AnyTagClassName
 {
   color: #DCA534;
 }
</style>

background-color css

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

 a { background-color: rgb(220,165,52); }

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

border-color css

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

 span { border-color: rgb(220,165,52); }

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