Html Css Color HEX #DB7125 Tahiti Gold

📋 copy color: '#DB7125'

red 219 ◦ green 113 ◦ blue 37

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

Shades of Tahiti Gold #DB7125

Tints of Tahiti Gold #DB7125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.03%

R = 59.35%
G = 30.62%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB7125 (or 0xDB7125) is known color: Tahiti Gold. HEX triplet: DB, 71 and 25. RGB value is (219,113,37). Sum of RGB (Red+Green+Blue) = 219+113+37=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7125 is #248EDA. Grayscale: #888888. Windows color (decimal): -2395867 or 2453979. OLE color: 2453979.

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

Color convert

RGB 219 113 37 -
CMYK 0 0.48 0.83 0.14
HSL 25.05º 0.72% 0.5% -
HSV(B) 25.05º 0.83% 0.86% -
XYZ 35.45 27 5.09 -
YUV 136.03 72.12 187.18 -
System Red Green Blue C M Y K H S L
Decimal 219 113 37 0 0.48 0.83 0.14 25.05 0.72 0.5
Hex DB 71 25 0 30 53 E 19 48 32
Octal 333 161 45 0 60 123 16 31 110 62
Binary 11011011 1110001 100101 0 110000 1010011 1110 11001 1001000 110010

Color Harmonies of #DB7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7125

Black with #DB7125

Text Example


Text Example

White with #DB7125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7125; }

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

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

background-color css

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

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

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

border-color css

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

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

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