Html Css Color HEX #DBAF46 Tulip Tree

📋 copy color: '#DBAF46'

red 219 ◦ green 175 ◦ blue 70

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

Shades of Tulip Tree #DBAF46

Tints of Tulip Tree #DBAF46

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.72%

 BLUE value IS 70 (27.73% from 255) = 15.09%

R = 47.2%
G = 37.72%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBAF46 (or 0xDBAF46) is known color: Tulip Tree. HEX triplet: DB, AF and 46. RGB value is (219,175,70). Sum of RGB (Red+Green+Blue) = 219+175+70=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF46 is #2450B9. Grayscale: #B0B0B0. Windows color (decimal): -2379962 or 4632539. OLE color: 4632539.

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

Color convert

RGB 219 175 70 -
CMYK 0 0.20 0.68 0.14
HSL 42.28º 0.67% 0.57% -
HSV(B) 42.28º 0.68% 0.86% -
XYZ 45.65 46.16 12.3 -
YUV 176.19 68.08 158.54 -
System Red Green Blue C M Y K H S L
Decimal 219 175 70 0 0.20 0.68 0.14 42.28 0.67 0.57
Hex DB AF 46 0 14 44 E 2A 43 39
Octal 333 257 106 0 24 104 16 52 103 71
Binary 11011011 10101111 1000110 0 10100 1000100 1110 101010 1000011 111001

Color Harmonies of #DBAF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF46

Black with #DBAF46

Text Example


Text Example

White with #DBAF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF46; }

 p { color: rgb(219,175,70); }

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

background-color css

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

 a { background-color: rgb(219,175,70); }

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

border-color css

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

 span { border-color: rgb(219,175,70); }

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