Html Css Color HEX #DCAD44 Tulip Tree

📋 copy color: '#DCAD44'

red 220 ◦ green 173 ◦ blue 68

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

Shades of Tulip Tree #DCAD44

Tints of Tulip Tree #DCAD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.75%

R = 47.72%
G = 37.53%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCAD44 (or 0xDCAD44) is known color: Tulip Tree. HEX triplet: DC, AD and 44. RGB value is (220,173,68). Sum of RGB (Red+Green+Blue) = 220+173+68=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD44 is #2352BB. Grayscale: #AFAFAF. Windows color (decimal): -2314940 or 4500956. OLE color: 4500956.

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

Color convert

RGB 220 173 68 -
CMYK 0 0.21 0.69 0.14
HSL 41.45º 0.68% 0.56% -
HSV(B) 41.45º 0.69% 0.86% -
XYZ 45.5 45.52 11.86 -
YUV 175.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 220 173 68 0 0.21 0.69 0.14 41.45 0.68 0.56
Hex DC AD 44 0 15 45 E 29 44 38
Octal 334 255 104 0 25 105 16 51 104 70
Binary 11011100 10101101 1000100 0 10101 1000101 1110 101001 1000100 111000

Color Harmonies of #DCAD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD44

Black with #DCAD44

Text Example


Text Example

White with #DCAD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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