Html Css Color HEX #DBAB41 Tulip Tree

📋 copy color: '#DBAB41'

red 219 ◦ green 171 ◦ blue 65

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

Shades of Tulip Tree #DBAB41

Tints of Tulip Tree #DBAB41

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.58%

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

R = 48.13%
G = 37.58%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBAB41 (or 0xDBAB41) is known color: Tulip Tree. HEX triplet: DB, AB and 41. RGB value is (219,171,65). Sum of RGB (Red+Green+Blue) = 219+171+65=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB41 is #2454BE. Grayscale: #ADADAD. Windows color (decimal): -2380991 or 4303835. OLE color: 4303835.

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

Color convert

RGB 219 171 65 -
CMYK 0 0.22 0.70 0.14
HSL 41.3º 0.68% 0.56% -
HSV(B) 41.3º 0.7% 0.86% -
XYZ 44.73 44.57 11.25 -
YUV 173.27 66.9 160.62 -
System Red Green Blue C M Y K H S L
Decimal 219 171 65 0 0.22 0.70 0.14 41.3 0.68 0.56
Hex DB AB 41 0 16 46 E 29 44 38
Octal 333 253 101 0 26 106 16 51 104 70
Binary 11011011 10101011 1000001 0 10110 1000110 1110 101001 1000100 111000

Color Harmonies of #DBAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB41

Black with #DBAB41

Text Example


Text Example

White with #DBAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB41; }

 p { color: rgb(219,171,65); }

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

background-color css

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

 a { background-color: rgb(219,171,65); }

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

border-color css

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

 span { border-color: rgb(219,171,65); }

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