Html Css Color HEX #DB7E2C Tahiti Gold

📋 copy color: '#DB7E2C'

red 219 ◦ green 126 ◦ blue 44

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

Shades of Tahiti Gold #DB7E2C

Tints of Tahiti Gold #DB7E2C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.39%

 BLUE value IS 44 (17.58% from 255) = 11.31%

R = 56.3%
G = 32.39%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB7E2C (or 0xDB7E2C) is known color: Tahiti Gold. HEX triplet: DB, 7E and 2C. RGB value is (219,126,44). Sum of RGB (Red+Green+Blue) = 219+126+44=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E2C is #2481D3. Grayscale: #909090. Windows color (decimal): -2392532 or 2916059. OLE color: 2916059.

HSL color Cylindrical-coordinate representation of color #DB7E2C: hue angle of 28.11º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB7E2C is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 126 44 -
CMYK 0 0.42 0.80 0.14
HSL 28.11º 0.71% 0.52% -
HSV(B) 28.11º 0.8% 0.86% -
XYZ 37.13 30.16 6.25 -
YUV 144.46 71.31 181.17 -
System Red Green Blue C M Y K H S L
Decimal 219 126 44 0 0.42 0.80 0.14 28.11 0.71 0.52
Hex DB 7E 2C 0 2A 50 E 1C 47 34
Octal 333 176 54 0 52 120 16 34 107 64
Binary 11011011 1111110 101100 0 101010 1010000 1110 11100 1000111 110100

Color Harmonies of #DB7E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7E2C

Black with #DB7E2C

Text Example


Text Example

White with #DB7E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7E2C; }

 p { color: rgb(219,126,44); }

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

background-color css

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

 a { background-color: rgb(219,126,44); }

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

border-color css

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

 span { border-color: rgb(219,126,44); }

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