Html Css Color HEX #DCAB3C Tulip Tree

📋 copy color: '#DCAB3C'

red 220 ◦ green 171 ◦ blue 60

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

Shades of Tulip Tree #DCAB3C

Tints of Tulip Tree #DCAB3C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.92%

 BLUE value IS 60 (23.83% from 255) = 13.3%

R = 48.78%
G = 37.92%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCAB3C (or 0xDCAB3C) is known color: Tulip Tree. HEX triplet: DC, AB and 3C. RGB value is (220,171,60). Sum of RGB (Red+Green+Blue) = 220+171+60=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB3C is #2354C3. Grayscale: #ADADAD. Windows color (decimal): -2315460 or 3976156. OLE color: 3976156.

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

Color convert

RGB 220 171 60 -
CMYK 0 0.22 0.73 0.14
HSL 41.63º 0.7% 0.55% -
HSV(B) 41.63º 0.73% 0.86% -
XYZ 44.89 44.67 10.53 -
YUV 173 64.23 161.53 -
System Red Green Blue C M Y K H S L
Decimal 220 171 60 0 0.22 0.73 0.14 41.63 0.7 0.55
Hex DC AB 3C 0 16 49 E 2A 46 37
Octal 334 253 74 0 26 111 16 52 106 67
Binary 11011100 10101011 111100 0 10110 1001001 1110 101010 1000110 110111

Color Harmonies of #DCAB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB3C

Black with #DCAB3C

Text Example


Text Example

White with #DCAB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB3C; }

 p { color: rgb(220,171,60); }

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

background-color css

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

 a { background-color: rgb(220,171,60); }

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

border-color css

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

 span { border-color: rgb(220,171,60); }

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