Html Css Color HEX #DCAC46 Tulip Tree

📋 copy color: '#DCAC46'

red 220 ◦ green 172 ◦ blue 70

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

Shades of Tulip Tree #DCAC46

Tints of Tulip Tree #DCAC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.15%

R = 47.62%
G = 37.23%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCAC46 (or 0xDCAC46) is known color: Tulip Tree. HEX triplet: DC, AC and 46. RGB value is (220,172,70). Sum of RGB (Red+Green+Blue) = 220+172+70=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC46 is #2353B9. Grayscale: #AFAFAF. Windows color (decimal): -2315194 or 4631772. OLE color: 4631772.

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

Color convert

RGB 220 172 70 -
CMYK 0 0.22 0.68 0.14
HSL 40.8º 0.68% 0.57% -
HSV(B) 40.8º 0.68% 0.86% -
XYZ 45.37 45.16 12.12 -
YUV 174.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 220 172 70 0 0.22 0.68 0.14 40.8 0.68 0.57
Hex DC AC 46 0 16 44 E 29 44 39
Octal 334 254 106 0 26 104 16 51 104 71
Binary 11011100 10101100 1000110 0 10110 1000100 1110 101001 1000100 111001

Color Harmonies of #DCAC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC46

Black with #DCAC46

Text Example


Text Example

White with #DCAC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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