Html Css Color HEX #DB7127 Tahiti Gold

📋 copy color: '#DB7127'

red 219 ◦ green 113 ◦ blue 39

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

Shades of Tahiti Gold #DB7127

Tints of Tahiti Gold #DB7127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 39 (15.63% from 255) = 10.51%

R = 59.03%
G = 30.46%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB7127 (or 0xDB7127) is known color: Tahiti Gold. HEX triplet: DB, 71 and 27. RGB value is (219,113,39). Sum of RGB (Red+Green+Blue) = 219+113+39=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7127 is #248ED8. Grayscale: #888888. Windows color (decimal): -2395865 or 2585051. OLE color: 2585051.

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

Color convert

RGB 219 113 39 -
CMYK 0 0.48 0.82 0.14
HSL 24.67º 0.71% 0.51% -
HSV(B) 24.67º 0.82% 0.86% -
XYZ 35.48 27.02 5.26 -
YUV 136.26 73.12 187.02 -
System Red Green Blue C M Y K H S L
Decimal 219 113 39 0 0.48 0.82 0.14 24.67 0.71 0.51
Hex DB 71 27 0 30 52 E 19 47 33
Octal 333 161 47 0 60 122 16 31 107 63
Binary 11011011 1110001 100111 0 110000 1010010 1110 11001 1000111 110011

Color Harmonies of #DB7127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7127

Black with #DB7127

Text Example


Text Example

White with #DB7127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7127; }

 p { color: rgb(219,113,39); }

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

background-color css

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

 a { background-color: rgb(219,113,39); }

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

border-color css

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

 span { border-color: rgb(219,113,39); }

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