Html Css Color HEX #DB761B Tahiti Gold

📋 copy color: '#DB761B'

red 219 ◦ green 118 ◦ blue 27

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

Shades of Tahiti Gold #DB761B

Tints of Tahiti Gold #DB761B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.42%

R = 60.16%
G = 32.42%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB761B (or 0xDB761B) is known color: Tahiti Gold. HEX triplet: DB, 76 and 1B. RGB value is (219,118,27). Sum of RGB (Red+Green+Blue) = 219+118+27=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB761B is #2489E4. Grayscale: #8A8A8A. Windows color (decimal): -2394597 or 1799899. OLE color: 1799899.

HSL color Cylindrical-coordinate representation of color #DB761B: hue angle of 28.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB761B is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 118 27 -
CMYK 0 0.46 0.88 0.14
HSL 28.44º 0.78% 0.48% -
HSV(B) 28.44º 0.88% 0.86% -
XYZ 35.89 28.1 4.57 -
YUV 137.83 65.46 185.9 -
System Red Green Blue C M Y K H S L
Decimal 219 118 27 0 0.46 0.88 0.14 28.44 0.78 0.48
Hex DB 76 1B 0 2E 58 E 1C 4E 30
Octal 333 166 33 0 56 130 16 34 116 60
Binary 11011011 1110110 11011 0 101110 1011000 1110 11100 1001110 110000

Color Harmonies of #DB761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB761B

Black with #DB761B

Text Example


Text Example

White with #DB761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB761B; }

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

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

background-color css

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

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

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

border-color css

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

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

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