Html Css Color HEX #DBAD44 Tulip Tree

📋 copy color: '#DBAD44'

red 219 ◦ green 173 ◦ blue 68

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

Shades of Tulip Tree #DBAD44

Tints of Tulip Tree #DBAD44

RGB

 RED value IS 219 (85.94% from 255) = 47.61%

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

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

R = 47.61%
G = 37.61%
B = 14.78%

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

#DBAD44 (or 0xDBAD44) is known color: Tulip Tree. HEX triplet: DB, AD and 44. RGB value is (219,173,68). Sum of RGB (Red+Green+Blue) = 219+173+68=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD44 is #2452BB. Grayscale: #AFAFAF. Windows color (decimal): -2380476 or 4500955. OLE color: 4500955.

HSL color Cylindrical-coordinate representation of color #DBAD44: hue angle of 41.72º 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 #DBAD44 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 68 -
CMYK 0 0.21 0.69 0.14
HSL 41.72º 0.68% 0.56% -
HSV(B) 41.72º 0.69% 0.86% -
XYZ 45.2 45.36 11.84 -
YUV 174.78 67.74 159.54 -
System Red Green Blue C M Y K H S L
Decimal 219 173 68 0 0.21 0.69 0.14 41.72 0.68 0.56
Hex DB AD 44 0 15 45 E 2A 44 38
Octal 333 255 104 0 25 105 16 52 104 70
Binary 11011011 10101101 1000100 0 10101 1000101 1110 101010 1000100 111000

Color Harmonies of #DBAD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD44

Black with #DBAD44

Text Example


Text Example

White with #DBAD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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