Html Css Color HEX #DB7221 Tahiti Gold

📋 copy color: '#DB7221'

red 219 ◦ green 114 ◦ blue 33

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

Shades of Tahiti Gold #DB7221

Tints of Tahiti Gold #DB7221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.15%

 BLUE value IS 33 (13.28% from 255) = 9.02%

R = 59.84%
G = 31.15%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB7221 (or 0xDB7221) is known color: Tahiti Gold. HEX triplet: DB, 72 and 21. RGB value is (219,114,33). Sum of RGB (Red+Green+Blue) = 219+114+33=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7221 is #248DDE. Grayscale: #888888. Windows color (decimal): -2395615 or 2192091. OLE color: 2192091.

HSL color Cylindrical-coordinate representation of color #DB7221: hue angle of 26.13º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB7221 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 114 33 -
CMYK 0 0.48 0.85 0.14
HSL 26.13º 0.74% 0.49% -
HSV(B) 26.13º 0.85% 0.86% -
XYZ 35.51 27.2 4.82 -
YUV 136.16 69.79 187.09 -
System Red Green Blue C M Y K H S L
Decimal 219 114 33 0 0.48 0.85 0.14 26.13 0.74 0.49
Hex DB 72 21 0 30 55 E 1A 4A 31
Octal 333 162 41 0 60 125 16 32 112 61
Binary 11011011 1110010 100001 0 110000 1010101 1110 11010 1001010 110001

Color Harmonies of #DB7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7221

Black with #DB7221

Text Example


Text Example

White with #DB7221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7221; }

 p { color: rgb(219,114,33); }

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

background-color css

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

 a { background-color: rgb(219,114,33); }

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

border-color css

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

 span { border-color: rgb(219,114,33); }

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