Html Css Color HEX #DCAD40 Tulip Tree

📋 copy color: '#DCAD40'

red 220 ◦ green 173 ◦ blue 64

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

Shades of Tulip Tree #DCAD40

Tints of Tulip Tree #DCAD40

RGB

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

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

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

R = 48.14%
G = 37.86%
B = 14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCAD40 (or 0xDCAD40) is known color: Tulip Tree. HEX triplet: DC, AD and 40. RGB value is (220,173,64). Sum of RGB (Red+Green+Blue) = 220+173+64=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD40 is #2352BF. Grayscale: #AFAFAF. Windows color (decimal): -2314944 or 4238812. OLE color: 4238812.

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

Color convert

RGB 220 173 64 -
CMYK 0 0.21 0.71 0.14
HSL 41.92º 0.69% 0.56% -
HSV(B) 41.92º 0.71% 0.86% -
XYZ 45.38 45.47 11.24 -
YUV 174.63 65.57 160.36 -
System Red Green Blue C M Y K H S L
Decimal 220 173 64 0 0.21 0.71 0.14 41.92 0.69 0.56
Hex DC AD 40 0 15 47 E 2A 45 38
Octal 334 255 100 0 25 107 16 52 105 70
Binary 11011100 10101101 1000000 0 10101 1000111 1110 101010 1000101 111000

Color Harmonies of #DCAD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD40

Black with #DCAD40

Text Example


Text Example

White with #DCAD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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