Html Css Color HEX #DBA848 Tulip Tree

📋 copy color: '#DBA848'

red 219 ◦ green 168 ◦ blue 72

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

Shades of Tulip Tree #DBA848

Tints of Tulip Tree #DBA848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.69%

R = 47.71%
G = 36.6%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBA848 (or 0xDBA848) is known color: Tulip Tree. HEX triplet: DB, A8 and 48. RGB value is (219,168,72). Sum of RGB (Red+Green+Blue) = 219+168+72=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA848 is #2457B7. Grayscale: #ACACAC. Windows color (decimal): -2381752 or 4761819. OLE color: 4761819.

HSL color Cylindrical-coordinate representation of color #DBA848: hue angle of 39.18º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBA848 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 72 -
CMYK 0 0.23 0.67 0.14
HSL 39.18º 0.67% 0.57% -
HSV(B) 39.18º 0.67% 0.86% -
XYZ 44.39 43.53 12.19 -
YUV 172.31 71.4 161.31 -
System Red Green Blue C M Y K H S L
Decimal 219 168 72 0 0.23 0.67 0.14 39.18 0.67 0.57
Hex DB A8 48 0 17 43 E 27 43 39
Octal 333 250 110 0 27 103 16 47 103 71
Binary 11011011 10101000 1001000 0 10111 1000011 1110 100111 1000011 111001

Color Harmonies of #DBA848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA848

Black with #DBA848

Text Example


Text Example

White with #DBA848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA848; }

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

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

background-color css

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

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

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

border-color css

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

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

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