Html Css Color HEX #DBB041 Tulip Tree

📋 copy color: '#DBB041'

red 219 ◦ green 176 ◦ blue 65

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

Shades of Tulip Tree #DBB041

Tints of Tulip Tree #DBB041

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.26%

 BLUE value IS 65 (25.78% from 255) = 14.13%

R = 47.61%
G = 38.26%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBB041 (or 0xDBB041) is known color: Tulip Tree. HEX triplet: DB, B0 and 41. RGB value is (219,176,65). Sum of RGB (Red+Green+Blue) = 219+176+65=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB041 is #244FBE. Grayscale: #B0B0B0. Windows color (decimal): -2379711 or 4305115. OLE color: 4305115.

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

Color convert

RGB 219 176 65 -
CMYK 0 0.20 0.70 0.14
HSL 43.25º 0.68% 0.56% -
HSV(B) 43.25º 0.7% 0.86% -
XYZ 45.69 46.49 11.57 -
YUV 176.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 219 176 65 0 0.20 0.70 0.14 43.25 0.68 0.56
Hex DB B0 41 0 14 46 E 2B 44 38
Octal 333 260 101 0 24 106 16 53 104 70
Binary 11011011 10110000 1000001 0 10100 1000110 1110 101011 1000100 111000

Color Harmonies of #DBB041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB041

Black with #DBB041

Text Example


Text Example

White with #DBB041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB041; }

 p { color: rgb(219,176,65); }

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

background-color css

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

 a { background-color: rgb(219,176,65); }

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

border-color css

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

 span { border-color: rgb(219,176,65); }

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