Html Css Color HEX #DCAD3E Tulip Tree

📋 copy color: '#DCAD3E'

red 220 ◦ green 173 ◦ blue 62

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

Shades of Tulip Tree #DCAD3E

Tints of Tulip Tree #DCAD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.63%

R = 48.35%
G = 38.02%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCAD3E (or 0xDCAD3E) is known color: Tulip Tree. HEX triplet: DC, AD and 3E. RGB value is (220,173,62). Sum of RGB (Red+Green+Blue) = 220+173+62=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD3E is #2352C1. Grayscale: #AEAEAE. Windows color (decimal): -2314946 or 4107740. OLE color: 4107740.

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

Color convert

RGB 220 173 62 -
CMYK 0 0.21 0.72 0.14
HSL 42.15º 0.69% 0.55% -
HSV(B) 42.15º 0.72% 0.86% -
XYZ 45.33 45.45 10.94 -
YUV 174.4 64.57 160.53 -
System Red Green Blue C M Y K H S L
Decimal 220 173 62 0 0.21 0.72 0.14 42.15 0.69 0.55
Hex DC AD 3E 0 15 48 E 2A 45 37
Octal 334 255 76 0 25 110 16 52 105 67
Binary 11011100 10101101 111110 0 10101 1001000 1110 101010 1000101 110111

Color Harmonies of #DCAD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD3E

Black with #DCAD3E

Text Example


Text Example

White with #DCAD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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