Html Css Color HEX #DBB140 Tulip Tree

📋 copy color: '#DBB140'

red 219 ◦ green 177 ◦ blue 64

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

Shades of Tulip Tree #DBB140

Tints of Tulip Tree #DBB140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.48%

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

R = 47.61%
G = 38.48%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBB140 (or 0xDBB140) is known color: Tulip Tree. HEX triplet: DB, B1 and 40. RGB value is (219,177,64). Sum of RGB (Red+Green+Blue) = 219+177+64=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB140 is #244EBF. Grayscale: #B1B1B1. Windows color (decimal): -2379456 or 4239835. OLE color: 4239835.

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

Color convert

RGB 219 177 64 -
CMYK 0 0.19 0.71 0.14
HSL 43.74º 0.68% 0.55% -
HSV(B) 43.74º 0.71% 0.86% -
XYZ 45.86 46.87 11.48 -
YUV 176.68 64.41 158.19 -
System Red Green Blue C M Y K H S L
Decimal 219 177 64 0 0.19 0.71 0.14 43.74 0.68 0.55
Hex DB B1 40 0 13 47 E 2C 44 37
Octal 333 261 100 0 23 107 16 54 104 67
Binary 11011011 10110001 1000000 0 10011 1000111 1110 101100 1000100 110111

Color Harmonies of #DBB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB140

Black with #DBB140

Text Example


Text Example

White with #DBB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB140; }

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

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

background-color css

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

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

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

border-color css

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

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

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