Html Css Color HEX #DB7821 Tahiti Gold

📋 copy color: '#DB7821'

red 219 ◦ green 120 ◦ blue 33

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

Shades of Tahiti Gold #DB7821

Tints of Tahiti Gold #DB7821

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.26%

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

R = 58.87%
G = 32.26%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB7821 (or 0xDB7821) is known color: Tahiti Gold. HEX triplet: DB, 78 and 21. RGB value is (219,120,33). Sum of RGB (Red+Green+Blue) = 219+120+33=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7821 is #2487DE. Grayscale: #8C8C8C. Windows color (decimal): -2394079 or 2193627. OLE color: 2193627.

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

Color convert

RGB 219 120 33 -
CMYK 0 0.45 0.85 0.14
HSL 28.06º 0.74% 0.49% -
HSV(B) 28.06º 0.85% 0.86% -
XYZ 36.2 28.6 5.05 -
YUV 139.68 67.8 184.57 -
System Red Green Blue C M Y K H S L
Decimal 219 120 33 0 0.45 0.85 0.14 28.06 0.74 0.49
Hex DB 78 21 0 2D 55 E 1C 4A 31
Octal 333 170 41 0 55 125 16 34 112 61
Binary 11011011 1111000 100001 0 101101 1010101 1110 11100 1001010 110001

Color Harmonies of #DB7821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7821

Black with #DB7821

Text Example


Text Example

White with #DB7821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7821; }

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

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

background-color css

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

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

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

border-color css

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

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

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