Html Css Color HEX #DCAC39 Tulip Tree

📋 copy color: '#DCAC39'

red 220 ◦ green 172 ◦ blue 57

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

Shades of Tulip Tree #DCAC39

Tints of Tulip Tree #DCAC39

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.31%

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

R = 49%
G = 38.31%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCAC39 (or 0xDCAC39) is known color: Tulip Tree. HEX triplet: DC, AC and 39. RGB value is (220,172,57). Sum of RGB (Red+Green+Blue) = 220+172+57=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 57 (22.66% from 255 or 12.69% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC39 is #2353C6. Grayscale: #ADADAD. Windows color (decimal): -2315207 or 3779804. OLE color: 3779804.

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

Color convert

RGB 220 172 57 -
CMYK 0 0.22 0.74 0.14
HSL 42.33º 0.7% 0.54% -
HSV(B) 42.33º 0.74% 0.86% -
XYZ 45.01 45.02 10.19 -
YUV 173.24 62.4 161.35 -
System Red Green Blue C M Y K H S L
Decimal 220 172 57 0 0.22 0.74 0.14 42.33 0.7 0.54
Hex DC AC 39 0 16 4A E 2A 46 36
Octal 334 254 71 0 26 112 16 52 106 66
Binary 11011100 10101100 111001 0 10110 1001010 1110 101010 1000110 110110

Color Harmonies of #DCAC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC39

Black with #DCAC39

Text Example


Text Example

White with #DCAC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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