Html Css Color HEX #DCAD41 Tulip Tree

📋 copy color: '#DCAD41'

red 220 ◦ green 173 ◦ blue 65

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

Shades of Tulip Tree #DCAD41

Tints of Tulip Tree #DCAD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.19%

R = 48.03%
G = 37.77%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCAD41 (or 0xDCAD41) is known color: Tulip Tree. HEX triplet: DC, AD and 41. RGB value is (220,173,65). Sum of RGB (Red+Green+Blue) = 220+173+65=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD41 is #2352BE. Grayscale: #AFAFAF. Windows color (decimal): -2314943 or 4304348. OLE color: 4304348.

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

Color convert

RGB 220 173 65 -
CMYK 0 0.21 0.70 0.14
HSL 41.81º 0.69% 0.56% -
HSV(B) 41.81º 0.7% 0.86% -
XYZ 45.41 45.48 11.39 -
YUV 174.74 66.07 160.28 -
System Red Green Blue C M Y K H S L
Decimal 220 173 65 0 0.21 0.70 0.14 41.81 0.69 0.56
Hex DC AD 41 0 15 46 E 2A 45 38
Octal 334 255 101 0 25 106 16 52 105 70
Binary 11011100 10101101 1000001 0 10101 1000110 1110 101010 1000101 111000

Color Harmonies of #DCAD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD41

Black with #DCAD41

Text Example


Text Example

White with #DCAD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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