Html Css Color HEX #DB7A22 Tahiti Gold

📋 copy color: '#DB7A22'

red 219 ◦ green 122 ◦ blue 34

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

Shades of Tahiti Gold #DB7A22

Tints of Tahiti Gold #DB7A22

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.53%

 BLUE value IS 34 (13.67% from 255) = 9.07%

R = 58.4%
G = 32.53%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB7A22 (or 0xDB7A22) is known color: Tahiti Gold. HEX triplet: DB, 7A and 22. RGB value is (219,122,34). Sum of RGB (Red+Green+Blue) = 219+122+34=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A22 is #2485DD. Grayscale: #8D8D8D. Windows color (decimal): -2393566 or 2259675. OLE color: 2259675.

HSL color Cylindrical-coordinate representation of color #DB7A22: hue angle of 28.54º degrees, saturation: 0.73, 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 #DB7A22 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 122 34 -
CMYK 0 0.44 0.84 0.14
HSL 28.54º 0.73% 0.5% -
HSV(B) 28.54º 0.84% 0.86% -
XYZ 36.46 29.09 5.21 -
YUV 140.97 67.64 183.66 -
System Red Green Blue C M Y K H S L
Decimal 219 122 34 0 0.44 0.84 0.14 28.54 0.73 0.5
Hex DB 7A 22 0 2C 54 E 1D 49 32
Octal 333 172 42 0 54 124 16 35 111 62
Binary 11011011 1111010 100010 0 101100 1010100 1110 11101 1001001 110010

Color Harmonies of #DB7A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A22

Black with #DB7A22

Text Example


Text Example

White with #DB7A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A22; }

 p { color: rgb(219,122,34); }

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

background-color css

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

 a { background-color: rgb(219,122,34); }

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

border-color css

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

 span { border-color: rgb(219,122,34); }

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