Html Css Color HEX #DB7128 Tahiti Gold

📋 copy color: '#DB7128'

red 219 ◦ green 113 ◦ blue 40

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

Shades of Tahiti Gold #DB7128

Tints of Tahiti Gold #DB7128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.75%

R = 58.87%
G = 30.38%
B = 10.75%

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

#DB7128 (or 0xDB7128) is known color: Tahiti Gold. HEX triplet: DB, 71 and 28. RGB value is (219,113,40). Sum of RGB (Red+Green+Blue) = 219+113+40=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7128 is #248ED7. Grayscale: #888888. Windows color (decimal): -2395864 or 2650587. OLE color: 2650587.

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

Color convert

RGB 219 113 40 -
CMYK 0 0.48 0.82 0.14
HSL 24.47º 0.71% 0.51% -
HSV(B) 24.47º 0.82% 0.86% -
XYZ 35.5 27.02 5.35 -
YUV 136.37 73.62 186.94 -
System Red Green Blue C M Y K H S L
Decimal 219 113 40 0 0.48 0.82 0.14 24.47 0.71 0.51
Hex DB 71 28 0 30 52 E 18 47 33
Octal 333 161 50 0 60 122 16 30 107 63
Binary 11011011 1110001 101000 0 110000 1010010 1110 11000 1000111 110011

Color Harmonies of #DB7128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7128

Black with #DB7128

Text Example


Text Example

White with #DB7128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7128; }

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

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

background-color css

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

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

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

border-color css

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

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

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