Html Css Color HEX #DB772E Tahiti Gold

📋 copy color: '#DB772E'

red 219 ◦ green 119 ◦ blue 46

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

Shades of Tahiti Gold #DB772E

Tints of Tahiti Gold #DB772E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

 BLUE value IS 46 (18.36% from 255) = 11.98%

R = 57.03%
G = 30.99%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB772E (or 0xDB772E) is known color: Tahiti Gold. HEX triplet: DB, 77 and 2E. RGB value is (219,119,46). Sum of RGB (Red+Green+Blue) = 219+119+46=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB772E is #2488D1. Grayscale: #8C8C8C. Windows color (decimal): -2394322 or 3045339. OLE color: 3045339.

HSL color Cylindrical-coordinate representation of color #DB772E: hue angle of 25.32º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB772E is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 119 46 -
CMYK 0 0.46 0.79 0.14
HSL 25.32º 0.71% 0.52% -
HSV(B) 25.32º 0.79% 0.86% -
XYZ 36.3 28.45 6.16 -
YUV 140.58 74.63 183.94 -
System Red Green Blue C M Y K H S L
Decimal 219 119 46 0 0.46 0.79 0.14 25.32 0.71 0.52
Hex DB 77 2E 0 2E 4F E 19 47 34
Octal 333 167 56 0 56 117 16 31 107 64
Binary 11011011 1110111 101110 0 101110 1001111 1110 11001 1000111 110100

Color Harmonies of #DB772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB772E

Black with #DB772E

Text Example


Text Example

White with #DB772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB772E; }

 p { color: rgb(219,119,46); }

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

background-color css

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

 a { background-color: rgb(219,119,46); }

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

border-color css

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

 span { border-color: rgb(219,119,46); }

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