Html Css Color HEX #DCAD45 Tulip Tree

📋 copy color: '#DCAD45'

red 220 ◦ green 173 ◦ blue 69

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

Shades of Tulip Tree #DCAD45

Tints of Tulip Tree #DCAD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.94%

R = 47.62%
G = 37.45%
B = 14.94%

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

#DCAD45 (or 0xDCAD45) is known color: Tulip Tree. HEX triplet: DC, AD and 45. RGB value is (220,173,69). Sum of RGB (Red+Green+Blue) = 220+173+69=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD45 is #2352BA. Grayscale: #AFAFAF. Windows color (decimal): -2314939 or 4566492. OLE color: 4566492.

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

Color convert

RGB 220 173 69 -
CMYK 0 0.21 0.69 0.14
HSL 41.32º 0.68% 0.57% -
HSV(B) 41.32º 0.69% 0.86% -
XYZ 45.53 45.53 12.02 -
YUV 175.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 220 173 69 0 0.21 0.69 0.14 41.32 0.68 0.57
Hex DC AD 45 0 15 45 E 29 44 39
Octal 334 255 105 0 25 105 16 51 104 71
Binary 11011100 10101101 1000101 0 10101 1000101 1110 101001 1000100 111001

Color Harmonies of #DCAD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD45

Black with #DCAD45

Text Example


Text Example

White with #DCAD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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