Html Css Color HEX #DBAF44 Tulip Tree

📋 copy color: '#DBAF44'

red 219 ◦ green 175 ◦ blue 68

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

Shades of Tulip Tree #DBAF44

Tints of Tulip Tree #DBAF44

RGB

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

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

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

R = 47.4%
G = 37.88%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBAF44 (or 0xDBAF44) is known color: Tulip Tree. HEX triplet: DB, AF and 44. RGB value is (219,175,68). Sum of RGB (Red+Green+Blue) = 219+175+68=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF44 is #2450BB. Grayscale: #B0B0B0. Windows color (decimal): -2379964 or 4501467. OLE color: 4501467.

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

Color convert

RGB 219 175 68 -
CMYK 0 0.20 0.69 0.14
HSL 42.52º 0.68% 0.56% -
HSV(B) 42.52º 0.69% 0.86% -
XYZ 45.59 46.14 11.97 -
YUV 175.96 67.08 158.7 -
System Red Green Blue C M Y K H S L
Decimal 219 175 68 0 0.20 0.69 0.14 42.52 0.68 0.56
Hex DB AF 44 0 14 45 E 2B 44 38
Octal 333 257 104 0 24 105 16 53 104 70
Binary 11011011 10101111 1000100 0 10100 1000101 1110 101011 1000100 111000

Color Harmonies of #DBAF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF44

Black with #DBAF44

Text Example


Text Example

White with #DBAF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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