Html Css Color HEX #DCAD39 Tulip Tree

📋 copy color: '#DCAD39'

red 220 ◦ green 173 ◦ blue 57

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

Shades of Tulip Tree #DCAD39

Tints of Tulip Tree #DCAD39

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.44%

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

R = 48.89%
G = 38.44%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCAD39 (or 0xDCAD39) is known color: Tulip Tree. HEX triplet: DC, AD and 39. RGB value is (220,173,57). Sum of RGB (Red+Green+Blue) = 220+173+57=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 57 (22.66% from 255 or 12.67% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD39 is #2352C6. Grayscale: #AEAEAE. Windows color (decimal): -2314951 or 3780060. OLE color: 3780060.

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

Color convert

RGB 220 173 57 -
CMYK 0 0.21 0.74 0.14
HSL 42.7º 0.7% 0.54% -
HSV(B) 42.7º 0.74% 0.86% -
XYZ 45.2 45.4 10.25 -
YUV 173.83 62.07 160.93 -
System Red Green Blue C M Y K H S L
Decimal 220 173 57 0 0.21 0.74 0.14 42.7 0.7 0.54
Hex DC AD 39 0 15 4A E 2B 46 36
Octal 334 255 71 0 25 112 16 53 106 66
Binary 11011100 10101101 111001 0 10101 1001010 1110 101011 1000110 110110

Color Harmonies of #DCAD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD39

Black with #DCAD39

Text Example


Text Example

White with #DCAD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD39; }

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

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

background-color css

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

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

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

border-color css

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

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

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