Html Css Color HEX #DCAA46 Tulip Tree

📋 copy color: '#DCAA46'

red 220 ◦ green 170 ◦ blue 70

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

Shades of Tulip Tree #DCAA46

Tints of Tulip Tree #DCAA46

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.96%

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

R = 47.83%
G = 36.96%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCAA46 (or 0xDCAA46) is known color: Tulip Tree. HEX triplet: DC, AA and 46. RGB value is (220,170,70). Sum of RGB (Red+Green+Blue) = 220+170+70=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA46 is #2355B9. Grayscale: #AEAEAE. Windows color (decimal): -2315706 or 4631260. OLE color: 4631260.

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

Color convert

RGB 220 170 70 -
CMYK 0 0.23 0.68 0.14
HSL 40º 0.68% 0.57% -
HSV(B) 40º 0.68% 0.86% -
XYZ 45 44.41 11.99 -
YUV 173.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 220 170 70 0 0.23 0.68 0.14 40 0.68 0.57
Hex DC AA 46 0 17 44 E 28 44 39
Octal 334 252 106 0 27 104 16 50 104 71
Binary 11011100 10101010 1000110 0 10111 1000100 1110 101000 1000100 111001

Color Harmonies of #DCAA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA46

Black with #DCAA46

Text Example


Text Example

White with #DCAA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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