Html Css Color HEX #DBAF40 Tulip Tree

📋 copy color: '#DBAF40'

red 219 ◦ green 175 ◦ blue 64

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

Shades of Tulip Tree #DBAF40

Tints of Tulip Tree #DBAF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.97%

R = 47.82%
G = 38.21%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBAF40 (or 0xDBAF40) is known color: Tulip Tree. HEX triplet: DB, AF and 40. RGB value is (219,175,64). Sum of RGB (Red+Green+Blue) = 219+175+64=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF40 is #2450BF. Grayscale: #AFAFAF. Windows color (decimal): -2379968 or 4239323. OLE color: 4239323.

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

Color convert

RGB 219 175 64 -
CMYK 0 0.20 0.71 0.14
HSL 42.97º 0.68% 0.55% -
HSV(B) 42.97º 0.71% 0.86% -
XYZ 45.47 46.09 11.35 -
YUV 175.5 65.08 159.03 -
System Red Green Blue C M Y K H S L
Decimal 219 175 64 0 0.20 0.71 0.14 42.97 0.68 0.55
Hex DB AF 40 0 14 47 E 2B 44 37
Octal 333 257 100 0 24 107 16 53 104 67
Binary 11011011 10101111 1000000 0 10100 1000111 1110 101011 1000100 110111

Color Harmonies of #DBAF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF40

Black with #DBAF40

Text Example


Text Example

White with #DBAF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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