Html Css Color HEX #DB7224 Tahiti Gold

📋 copy color: '#DB7224'

red 219 ◦ green 114 ◦ blue 36

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

Shades of Tahiti Gold #DB7224

Tints of Tahiti Gold #DB7224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.76%

R = 59.35%
G = 30.89%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB7224 (or 0xDB7224) is known color: Tahiti Gold. HEX triplet: DB, 72 and 24. RGB value is (219,114,36). Sum of RGB (Red+Green+Blue) = 219+114+36=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7224 is #248DDB. Grayscale: #888888. Windows color (decimal): -2395612 or 2388699. OLE color: 2388699.

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

Color convert

RGB 219 114 36 -
CMYK 0 0.48 0.84 0.14
HSL 25.57º 0.72% 0.5% -
HSV(B) 25.57º 0.84% 0.86% -
XYZ 35.55 27.22 5.05 -
YUV 136.5 71.29 186.84 -
System Red Green Blue C M Y K H S L
Decimal 219 114 36 0 0.48 0.84 0.14 25.57 0.72 0.5
Hex DB 72 24 0 30 54 E 1A 48 32
Octal 333 162 44 0 60 124 16 32 110 62
Binary 11011011 1110010 100100 0 110000 1010100 1110 11010 1001000 110010

Color Harmonies of #DB7224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7224

Black with #DB7224

Text Example


Text Example

White with #DB7224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7224; }

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

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

background-color css

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

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

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

border-color css

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

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

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