Html Css Color HEX #DB7220 Tahiti Gold

📋 copy color: '#DB7220'

red 219 ◦ green 114 ◦ blue 32

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

Shades of Tahiti Gold #DB7220

Tints of Tahiti Gold #DB7220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.77%

R = 60%
G = 31.23%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB7220 (or 0xDB7220) is known color: Tahiti Gold. HEX triplet: DB, 72 and 20. RGB value is (219,114,32). Sum of RGB (Red+Green+Blue) = 219+114+32=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7220 is #248DDF. Grayscale: #888888. Windows color (decimal): -2395616 or 2126555. OLE color: 2126555.

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

Color convert

RGB 219 114 32 -
CMYK 0 0.48 0.85 0.14
HSL 26.31º 0.75% 0.49% -
HSV(B) 26.31º 0.85% 0.86% -
XYZ 35.49 27.2 4.75 -
YUV 136.05 69.29 187.17 -
System Red Green Blue C M Y K H S L
Decimal 219 114 32 0 0.48 0.85 0.14 26.31 0.75 0.49
Hex DB 72 20 0 30 55 E 1A 4B 31
Octal 333 162 40 0 60 125 16 32 113 61
Binary 11011011 1110010 100000 0 110000 1010101 1110 11010 1001011 110001

Color Harmonies of #DB7220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7220

Black with #DB7220

Text Example


Text Example

White with #DB7220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7220; }

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

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

background-color css

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

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

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

border-color css

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

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

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