Html Css Color HEX #DCAA3F Tulip Tree

📋 copy color: '#DCAA3F'

red 220 ◦ green 170 ◦ blue 63

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

Shades of Tulip Tree #DCAA3F

Tints of Tulip Tree #DCAA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.91%

R = 48.57%
G = 37.53%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCAA3F (or 0xDCAA3F) is known color: Tulip Tree. HEX triplet: DC, AA and 3F. RGB value is (220,170,63). Sum of RGB (Red+Green+Blue) = 220+170+63=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA3F is #2355C0. Grayscale: #ADADAD. Windows color (decimal): -2315713 or 4172508. OLE color: 4172508.

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

Color convert

RGB 220 170 63 -
CMYK 0 0.23 0.71 0.14
HSL 40.89º 0.69% 0.55% -
HSV(B) 40.89º 0.71% 0.86% -
XYZ 44.79 44.32 10.9 -
YUV 172.75 66.07 161.7 -
System Red Green Blue C M Y K H S L
Decimal 220 170 63 0 0.23 0.71 0.14 40.89 0.69 0.55
Hex DC AA 3F 0 17 47 E 29 45 37
Octal 334 252 77 0 27 107 16 51 105 67
Binary 11011100 10101010 111111 0 10111 1000111 1110 101001 1000101 110111

Color Harmonies of #DCAA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA3F

Black with #DCAA3F

Text Example


Text Example

White with #DCAA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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