Html Css Color HEX #DBAF45 Tulip Tree

📋 copy color: '#DBAF45'

red 219 ◦ green 175 ◦ blue 69

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

Shades of Tulip Tree #DBAF45

Tints of Tulip Tree #DBAF45

RGB

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

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

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

R = 47.3%
G = 37.8%
B = 14.9%

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

#DBAF45 (or 0xDBAF45) is known color: Tulip Tree. HEX triplet: DB, AF and 45. RGB value is (219,175,69). Sum of RGB (Red+Green+Blue) = 219+175+69=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF45 is #2450BA. Grayscale: #B0B0B0. Windows color (decimal): -2379963 or 4567003. OLE color: 4567003.

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

Color convert

RGB 219 175 69 -
CMYK 0 0.20 0.68 0.14
HSL 42.4º 0.68% 0.56% -
HSV(B) 42.4º 0.68% 0.86% -
XYZ 45.62 46.15 12.13 -
YUV 176.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 219 175 69 0 0.20 0.68 0.14 42.4 0.68 0.56
Hex DB AF 45 0 14 44 E 2A 44 38
Octal 333 257 105 0 24 104 16 52 104 70
Binary 11011011 10101111 1000101 0 10100 1000100 1110 101010 1000100 111000

Color Harmonies of #DBAF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF45

Black with #DBAF45

Text Example


Text Example

White with #DBAF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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