Html Css Color HEX #DCAC45 Tulip Tree

📋 copy color: '#DCAC45'

red 220 ◦ green 172 ◦ blue 69

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

Shades of Tulip Tree #DCAC45

Tints of Tulip Tree #DCAC45

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.31%

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

R = 47.72%
G = 37.31%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCAC45 (or 0xDCAC45) is known color: Tulip Tree. HEX triplet: DC, AC and 45. RGB value is (220,172,69). Sum of RGB (Red+Green+Blue) = 220+172+69=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC45 is #2353BA. Grayscale: #AFAFAF. Windows color (decimal): -2315195 or 4566236. OLE color: 4566236.

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

Color convert

RGB 220 172 69 -
CMYK 0 0.22 0.69 0.14
HSL 40.93º 0.68% 0.57% -
HSV(B) 40.93º 0.69% 0.86% -
XYZ 45.34 45.15 11.96 -
YUV 174.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 220 172 69 0 0.22 0.69 0.14 40.93 0.68 0.57
Hex DC AC 45 0 16 45 E 29 44 39
Octal 334 254 105 0 26 105 16 51 104 71
Binary 11011100 10101100 1000101 0 10110 1000101 1110 101001 1000100 111001

Color Harmonies of #DCAC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC45

Black with #DCAC45

Text Example


Text Example

White with #DCAC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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