Html Css Color HEX #DCA63C Tulip Tree

📋 copy color: '#DCA63C'

red 220 ◦ green 166 ◦ blue 60

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

Shades of Tulip Tree #DCA63C

Tints of Tulip Tree #DCA63C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.22%

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

R = 49.33%
G = 37.22%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCA63C (or 0xDCA63C) is known color: Tulip Tree. HEX triplet: DC, A6 and 3C. RGB value is (220,166,60). Sum of RGB (Red+Green+Blue) = 220+166+60=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA63C is #2359C3. Grayscale: #AAAAAA. Windows color (decimal): -2316740 or 3974876. OLE color: 3974876.

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

Color convert

RGB 220 166 60 -
CMYK 0 0.25 0.73 0.14
HSL 39.75º 0.7% 0.55% -
HSV(B) 39.75º 0.73% 0.86% -
XYZ 43.97 42.81 10.22 -
YUV 170.06 65.89 163.62 -
System Red Green Blue C M Y K H S L
Decimal 220 166 60 0 0.25 0.73 0.14 39.75 0.7 0.55
Hex DC A6 3C 0 19 49 E 28 46 37
Octal 334 246 74 0 31 111 16 50 106 67
Binary 11011100 10100110 111100 0 11001 1001001 1110 101000 1000110 110111

Color Harmonies of #DCA63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA63C

Black with #DCA63C

Text Example


Text Example

White with #DCA63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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