Html Css Color HEX #DBA841 Tulip Tree

📋 copy color: '#DBA841'

red 219 ◦ green 168 ◦ blue 65

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

Shades of Tulip Tree #DBA841

Tints of Tulip Tree #DBA841

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.17%

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

R = 48.45%
G = 37.17%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBA841 (or 0xDBA841) is known color: Tulip Tree. HEX triplet: DB, A8 and 41. RGB value is (219,168,65). Sum of RGB (Red+Green+Blue) = 219+168+65=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA841 is #2457BE. Grayscale: #ABABAB. Windows color (decimal): -2381759 or 4303067. OLE color: 4303067.

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

Color convert

RGB 219 168 65 -
CMYK 0 0.23 0.70 0.14
HSL 40.13º 0.68% 0.56% -
HSV(B) 40.13º 0.7% 0.86% -
XYZ 44.17 43.45 11.06 -
YUV 171.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 219 168 65 0 0.23 0.70 0.14 40.13 0.68 0.56
Hex DB A8 41 0 17 46 E 28 44 38
Octal 333 250 101 0 27 106 16 50 104 70
Binary 11011011 10101000 1000001 0 10111 1000110 1110 101000 1000100 111000

Color Harmonies of #DBA841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA841

Black with #DBA841

Text Example


Text Example

White with #DBA841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA841; }

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

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

background-color css

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

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

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

border-color css

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

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

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