Html Css Color HEX #DCAD46 Tulip Tree

📋 copy color: '#DCAD46'

red 220 ◦ green 173 ◦ blue 70

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

Shades of Tulip Tree #DCAD46

Tints of Tulip Tree #DCAD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.12%

R = 47.52%
G = 37.37%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCAD46 (or 0xDCAD46) is known color: Tulip Tree. HEX triplet: DC, AD and 46. RGB value is (220,173,70). Sum of RGB (Red+Green+Blue) = 220+173+70=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD46 is #2352B9. Grayscale: #AFAFAF. Windows color (decimal): -2314938 or 4632028. OLE color: 4632028.

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

Color convert

RGB 220 173 70 -
CMYK 0 0.21 0.68 0.14
HSL 41.2º 0.68% 0.57% -
HSV(B) 41.2º 0.68% 0.86% -
XYZ 45.56 45.54 12.18 -
YUV 175.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 220 173 70 0 0.21 0.68 0.14 41.2 0.68 0.57
Hex DC AD 46 0 15 44 E 29 44 39
Octal 334 255 106 0 25 104 16 51 104 71
Binary 11011100 10101101 1000110 0 10101 1000100 1110 101001 1000100 111001

Color Harmonies of #DCAD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD46

Black with #DCAD46

Text Example


Text Example

White with #DCAD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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