Html Css Color HEX #DBAD42 Tulip Tree

📋 copy color: '#DBAD42'

red 219 ◦ green 173 ◦ blue 66

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

Shades of Tulip Tree #DBAD42

Tints of Tulip Tree #DBAD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.41%

R = 47.82%
G = 37.77%
B = 14.41%

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

#DBAD42 (or 0xDBAD42) is known color: Tulip Tree. HEX triplet: DB, AD and 42. RGB value is (219,173,66). Sum of RGB (Red+Green+Blue) = 219+173+66=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD42 is #2452BD. Grayscale: #AFAFAF. Windows color (decimal): -2380478 or 4369883. OLE color: 4369883.

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

Color convert

RGB 219 173 66 -
CMYK 0 0.21 0.70 0.14
HSL 41.96º 0.68% 0.56% -
HSV(B) 41.96º 0.7% 0.86% -
XYZ 45.14 45.34 11.53 -
YUV 174.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 219 173 66 0 0.21 0.70 0.14 41.96 0.68 0.56
Hex DB AD 42 0 15 46 E 2A 44 38
Octal 333 255 102 0 25 106 16 52 104 70
Binary 11011011 10101101 1000010 0 10101 1000110 1110 101010 1000100 111000

Color Harmonies of #DBAD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD42

Black with #DBAD42

Text Example


Text Example

White with #DBAD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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