Html Css Color HEX #DCA339 Tulip Tree

📋 copy color: '#DCA339'

red 220 ◦ green 163 ◦ blue 57

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

Shades of Tulip Tree #DCA339

Tints of Tulip Tree #DCA339

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.05%

 BLUE value IS 57 (22.66% from 255) = 12.95%

R = 50%
G = 37.05%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCA339 (or 0xDCA339) is known color: Tulip Tree. HEX triplet: DC, A3 and 39. RGB value is (220,163,57). Sum of RGB (Red+Green+Blue) = 220+163+57=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA339 is #235CC6. Grayscale: #A8A8A8. Windows color (decimal): -2317511 or 3777500. OLE color: 3777500.

HSL color Cylindrical-coordinate representation of color #DCA339: hue angle of 39.02º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCA339 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 163 57 -
CMYK 0 0.26 0.74 0.14
HSL 39.02º 0.7% 0.54% -
HSV(B) 39.02º 0.74% 0.86% -
XYZ 43.35 41.71 9.64 -
YUV 167.96 65.38 165.12 -
System Red Green Blue C M Y K H S L
Decimal 220 163 57 0 0.26 0.74 0.14 39.02 0.7 0.54
Hex DC A3 39 0 1A 4A E 27 46 36
Octal 334 243 71 0 32 112 16 47 106 66
Binary 11011100 10100011 111001 0 11010 1001010 1110 100111 1000110 110110

Color Harmonies of #DCA339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA339

Black with #DCA339

Text Example


Text Example

White with #DCA339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA339; }

 p { color: rgb(220,163,57); }

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

background-color css

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

 a { background-color: rgb(220,163,57); }

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

border-color css

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

 span { border-color: rgb(220,163,57); }

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