Html Css Color HEX #DB7A21 Tahiti Gold

📋 copy color: '#DB7A21'

red 219 ◦ green 122 ◦ blue 33

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

Shades of Tahiti Gold #DB7A21

Tints of Tahiti Gold #DB7A21

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.62%

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

R = 58.56%
G = 32.62%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB7A21 (or 0xDB7A21) is known color: Tahiti Gold. HEX triplet: DB, 7A and 21. RGB value is (219,122,33). Sum of RGB (Red+Green+Blue) = 219+122+33=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A21 is #2485DE. Grayscale: #8D8D8D. Windows color (decimal): -2393567 or 2194139. OLE color: 2194139.

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

Color convert

RGB 219 122 33 -
CMYK 0 0.44 0.85 0.14
HSL 28.71º 0.74% 0.49% -
HSV(B) 28.71º 0.85% 0.86% -
XYZ 36.45 29.09 5.13 -
YUV 140.86 67.14 183.74 -
System Red Green Blue C M Y K H S L
Decimal 219 122 33 0 0.44 0.85 0.14 28.71 0.74 0.49
Hex DB 7A 21 0 2C 55 E 1D 4A 31
Octal 333 172 41 0 54 125 16 35 112 61
Binary 11011011 1111010 100001 0 101100 1010101 1110 11101 1001010 110001

Color Harmonies of #DB7A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A21

Black with #DB7A21

Text Example


Text Example

White with #DB7A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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