Html Css Color HEX #DB7620 Tahiti Gold

📋 copy color: '#DB7620'

red 219 ◦ green 118 ◦ blue 32

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

Shades of Tahiti Gold #DB7620

Tints of Tahiti Gold #DB7620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.98%

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

R = 59.35%
G = 31.98%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB7620 (or 0xDB7620) is known color: Tahiti Gold. HEX triplet: DB, 76 and 20. RGB value is (219,118,32). Sum of RGB (Red+Green+Blue) = 219+118+32=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7620 is #2489DF. Grayscale: #8A8A8A. Windows color (decimal): -2394592 or 2127579. OLE color: 2127579.

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

Color convert

RGB 219 118 32 -
CMYK 0 0.46 0.85 0.14
HSL 27.59º 0.75% 0.49% -
HSV(B) 27.59º 0.85% 0.86% -
XYZ 35.95 28.12 4.9 -
YUV 138.4 67.96 185.49 -
System Red Green Blue C M Y K H S L
Decimal 219 118 32 0 0.46 0.85 0.14 27.59 0.75 0.49
Hex DB 76 20 0 2E 55 E 1C 4B 31
Octal 333 166 40 0 56 125 16 34 113 61
Binary 11011011 1110110 100000 0 101110 1010101 1110 11100 1001011 110001

Color Harmonies of #DB7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7620

Black with #DB7620

Text Example


Text Example

White with #DB7620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7620; }

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

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

background-color css

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

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

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

border-color css

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

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

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