Html Css Color HEX #DB7B20 Tahiti Gold

📋 copy color: '#DB7B20'

red 219 ◦ green 123 ◦ blue 32

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

Shades of Tahiti Gold #DB7B20

Tints of Tahiti Gold #DB7B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.56%

R = 58.56%
G = 32.89%
B = 8.56%

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

#DB7B20 (or 0xDB7B20) is known color: Tahiti Gold. HEX triplet: DB, 7B and 20. RGB value is (219,123,32). Sum of RGB (Red+Green+Blue) = 219+123+32=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B20 is #2484DF. Grayscale: #8D8D8D. Windows color (decimal): -2393312 or 2128859. OLE color: 2128859.

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

Color convert

RGB 219 123 32 -
CMYK 0 0.44 0.85 0.14
HSL 29.2º 0.75% 0.49% -
HSV(B) 29.2º 0.85% 0.86% -
XYZ 36.56 29.33 5.1 -
YUV 141.33 66.3 183.4 -
System Red Green Blue C M Y K H S L
Decimal 219 123 32 0 0.44 0.85 0.14 29.2 0.75 0.49
Hex DB 7B 20 0 2C 55 E 1D 4B 31
Octal 333 173 40 0 54 125 16 35 113 61
Binary 11011011 1111011 100000 0 101100 1010101 1110 11101 1001011 110001

Color Harmonies of #DB7B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B20

Black with #DB7B20

Text Example


Text Example

White with #DB7B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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