Html Css Color HEX #DCA945 Tulip Tree

📋 copy color: '#DCA945'

red 220 ◦ green 169 ◦ blue 69

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

Shades of Tulip Tree #DCA945

Tints of Tulip Tree #DCA945

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.9%

 BLUE value IS 69 (27.34% from 255) = 15.07%

R = 48.03%
G = 36.9%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCA945 (or 0xDCA945) is known color: Tulip Tree. HEX triplet: DC, A9 and 45. RGB value is (220,169,69). Sum of RGB (Red+Green+Blue) = 220+169+69=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA945 is #2356BA. Grayscale: #ADADAD. Windows color (decimal): -2315963 or 4565468. OLE color: 4565468.

HSL color Cylindrical-coordinate representation of color #DCA945: hue angle of 39.74º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCA945 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 169 69 -
CMYK 0 0.23 0.69 0.14
HSL 39.74º 0.68% 0.57% -
HSV(B) 39.74º 0.69% 0.86% -
XYZ 44.78 44.02 11.77 -
YUV 172.85 69.4 161.63 -
System Red Green Blue C M Y K H S L
Decimal 220 169 69 0 0.23 0.69 0.14 39.74 0.68 0.57
Hex DC A9 45 0 17 45 E 28 44 39
Octal 334 251 105 0 27 105 16 50 104 71
Binary 11011100 10101001 1000101 0 10111 1000101 1110 101000 1000100 111001

Color Harmonies of #DCA945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA945

Black with #DCA945

Text Example


Text Example

White with #DCA945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA945; }

 p { color: rgb(220,169,69); }

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

background-color css

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

 a { background-color: rgb(220,169,69); }

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

border-color css

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

 span { border-color: rgb(220,169,69); }

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