Html Css Color HEX #DB7B21 Tahiti Gold

📋 copy color: '#DB7B21'

red 219 ◦ green 123 ◦ blue 33

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

Shades of Tahiti Gold #DB7B21

Tints of Tahiti Gold #DB7B21

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

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

R = 58.4%
G = 32.8%
B = 8.8%

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

#DB7B21 (or 0xDB7B21) is known color: Tahiti Gold. HEX triplet: DB, 7B and 21. RGB value is (219,123,33). Sum of RGB (Red+Green+Blue) = 219+123+33=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B21 is #2484DE. Grayscale: #8D8D8D. Windows color (decimal): -2393311 or 2194395. OLE color: 2194395.

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

Color convert

RGB 219 123 33 -
CMYK 0 0.44 0.85 0.14
HSL 29.03º 0.74% 0.49% -
HSV(B) 29.03º 0.85% 0.86% -
XYZ 36.57 29.34 5.17 -
YUV 141.44 66.8 183.32 -
System Red Green Blue C M Y K H S L
Decimal 219 123 33 0 0.44 0.85 0.14 29.03 0.74 0.49
Hex DB 7B 21 0 2C 55 E 1D 4A 31
Octal 333 173 41 0 54 125 16 35 112 61
Binary 11011011 1111011 100001 0 101100 1010101 1110 11101 1001010 110001

Color Harmonies of #DB7B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B21

Black with #DB7B21

Text Example


Text Example

White with #DB7B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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