Html Css Color HEX #DCA942 Tulip Tree

📋 copy color: '#DCA942'

red 220 ◦ green 169 ◦ blue 66

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

Shades of Tulip Tree #DCA942

Tints of Tulip Tree #DCA942

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.14%

 BLUE value IS 66 (26.17% from 255) = 14.51%

R = 48.35%
G = 37.14%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCA942 (or 0xDCA942) is known color: Tulip Tree. HEX triplet: DC, A9 and 42. RGB value is (220,169,66). Sum of RGB (Red+Green+Blue) = 220+169+66=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA942 is #2356BD. Grayscale: #ACACAC. Windows color (decimal): -2315966 or 4368860. OLE color: 4368860.

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

Color convert

RGB 220 169 66 -
CMYK 0 0.23 0.7 0.14
HSL 40.13º 0.69% 0.56% -
HSV(B) 40.13º 0.7% 0.86% -
XYZ 44.69 43.98 11.29 -
YUV 172.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 220 169 66 0 0.23 0.7 0.14 40.13 0.69 0.56
Hex DC A9 42 0 17 46 E 28 45 38
Octal 334 251 102 0 27 106 16 50 105 70
Binary 11011100 10101001 1000010 0 10111 1000110 1110 101000 1000101 111000

Color Harmonies of #DCA942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA942

Black with #DCA942

Text Example


Text Example

White with #DCA942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA942; }

 p { color: rgb(220,169,66); }

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

background-color css

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

 a { background-color: rgb(220,169,66); }

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

border-color css

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

 span { border-color: rgb(220,169,66); }

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