Html Css Color HEX #DCA43C Tulip Tree

📋 copy color: '#DCA43C'

red 220 ◦ green 164 ◦ blue 60

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

Shades of Tulip Tree #DCA43C

Tints of Tulip Tree #DCA43C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.94%

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

R = 49.55%
G = 36.94%
B = 13.51%

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

#DCA43C (or 0xDCA43C) is known color: Tulip Tree. HEX triplet: DC, A4 and 3C. RGB value is (220,164,60). Sum of RGB (Red+Green+Blue) = 220+164+60=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA43C is #235BC3. Grayscale: #A9A9A9. Windows color (decimal): -2317252 or 3974364. OLE color: 3974364.

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

Color convert

RGB 220 164 60 -
CMYK 0 0.25 0.73 0.14
HSL 39º 0.7% 0.55% -
HSV(B) 39º 0.73% 0.86% -
XYZ 43.61 42.09 10.1 -
YUV 168.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 220 164 60 0 0.25 0.73 0.14 39 0.7 0.55
Hex DC A4 3C 0 19 49 E 27 46 37
Octal 334 244 74 0 31 111 16 47 106 67
Binary 11011100 10100100 111100 0 11001 1001001 1110 100111 1000110 110111

Color Harmonies of #DCA43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA43C

Black with #DCA43C

Text Example


Text Example

White with #DCA43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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