Html Css Color HEX #DCA641 Tulip Tree

📋 copy color: '#DCA641'

red 220 ◦ green 166 ◦ blue 65

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

Shades of Tulip Tree #DCA641

Tints of Tulip Tree #DCA641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.41%

R = 48.78%
G = 36.81%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCA641 (or 0xDCA641) is known color: Tulip Tree. HEX triplet: DC, A6 and 41. RGB value is (220,166,65). Sum of RGB (Red+Green+Blue) = 220+166+65=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA641 is #2359BE. Grayscale: #ABABAB. Windows color (decimal): -2316735 or 4302556. OLE color: 4302556.

HSL color Cylindrical-coordinate representation of color #DCA641: hue angle of 39.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCA641 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 166 65 -
CMYK 0 0.25 0.70 0.14
HSL 39.1º 0.69% 0.56% -
HSV(B) 39.1º 0.7% 0.86% -
XYZ 44.11 42.87 10.95 -
YUV 170.63 68.39 163.21 -
System Red Green Blue C M Y K H S L
Decimal 220 166 65 0 0.25 0.70 0.14 39.1 0.69 0.56
Hex DC A6 41 0 19 46 E 27 45 38
Octal 334 246 101 0 31 106 16 47 105 70
Binary 11011100 10100110 1000001 0 11001 1000110 1110 100111 1000101 111000

Color Harmonies of #DCA641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA641

Black with #DCA641

Text Example


Text Example

White with #DCA641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA641; }

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

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

background-color css

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

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

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

border-color css

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

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

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