Html Css Color HEX #DCA940 Tulip Tree

📋 copy color: '#DCA940'

red 220 ◦ green 169 ◦ blue 64

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

Shades of Tulip Tree #DCA940

Tints of Tulip Tree #DCA940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.13%

R = 48.57%
G = 37.31%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCA940 (or 0xDCA940) is known color: Tulip Tree. HEX triplet: DC, A9 and 40. RGB value is (220,169,64). Sum of RGB (Red+Green+Blue) = 220+169+64=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA940 is #2356BF. Grayscale: #ACACAC. Windows color (decimal): -2315968 or 4237788. OLE color: 4237788.

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

Color convert

RGB 220 169 64 -
CMYK 0 0.23 0.71 0.14
HSL 40.38º 0.69% 0.56% -
HSV(B) 40.38º 0.71% 0.86% -
XYZ 44.63 43.96 10.98 -
YUV 172.28 66.9 162.04 -
System Red Green Blue C M Y K H S L
Decimal 220 169 64 0 0.23 0.71 0.14 40.38 0.69 0.56
Hex DC A9 40 0 17 47 E 28 45 38
Octal 334 251 100 0 27 107 16 50 105 70
Binary 11011100 10101001 1000000 0 10111 1000111 1110 101000 1000101 111000

Color Harmonies of #DCA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA940

Black with #DCA940

Text Example


Text Example

White with #DCA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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