Html Css Color HEX #DCA445 Tulip Tree

📋 copy color: '#DCA445'

red 220 ◦ green 164 ◦ blue 69

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

Shades of Tulip Tree #DCA445

Tints of Tulip Tree #DCA445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.2%

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

R = 48.57%
G = 36.2%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCA445 (or 0xDCA445) is known color: Tulip Tree. HEX triplet: DC, A4 and 45. RGB value is (220,164,69). Sum of RGB (Red+Green+Blue) = 220+164+69=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA445 is #235BBA. Grayscale: #AAAAAA. Windows color (decimal): -2317243 or 4564188. OLE color: 4564188.

HSL color Cylindrical-coordinate representation of color #DCA445: hue angle of 37.75º 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 #DCA445 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 164 69 -
CMYK 0 0.25 0.69 0.14
HSL 37.75º 0.68% 0.57% -
HSV(B) 37.75º 0.69% 0.86% -
XYZ 43.86 42.2 11.46 -
YUV 169.91 71.05 163.72 -
System Red Green Blue C M Y K H S L
Decimal 220 164 69 0 0.25 0.69 0.14 37.75 0.68 0.57
Hex DC A4 45 0 19 45 E 26 44 39
Octal 334 244 105 0 31 105 16 46 104 71
Binary 11011100 10100100 1000101 0 11001 1000101 1110 100110 1000100 111001

Color Harmonies of #DCA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA445

Black with #DCA445

Text Example


Text Example

White with #DCA445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA445; }

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

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

background-color css

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

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

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

border-color css

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

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

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