Html Css Color HEX #DB7228 Tahiti Gold

📋 copy color: '#DB7228'

red 219 ◦ green 114 ◦ blue 40

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

Shades of Tahiti Gold #DB7228

Tints of Tahiti Gold #DB7228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

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

R = 58.71%
G = 30.56%
B = 10.72%

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

#DB7228 (or 0xDB7228) is known color: Tahiti Gold. HEX triplet: DB, 72 and 28. RGB value is (219,114,40). Sum of RGB (Red+Green+Blue) = 219+114+40=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7228 is #248DD7. Grayscale: #898989. Windows color (decimal): -2395608 or 2650843. OLE color: 2650843.

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

Color convert

RGB 219 114 40 -
CMYK 0 0.48 0.82 0.14
HSL 24.8º 0.71% 0.51% -
HSV(B) 24.8º 0.82% 0.86% -
XYZ 35.61 27.25 5.39 -
YUV 136.96 73.29 186.52 -
System Red Green Blue C M Y K H S L
Decimal 219 114 40 0 0.48 0.82 0.14 24.8 0.71 0.51
Hex DB 72 28 0 30 52 E 19 47 33
Octal 333 162 50 0 60 122 16 31 107 63
Binary 11011011 1110010 101000 0 110000 1010010 1110 11001 1000111 110011

Color Harmonies of #DB7228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7228

Black with #DB7228

Text Example


Text Example

White with #DB7228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7228; }

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

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

background-color css

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

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

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

border-color css

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

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

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