Html Css Color HEX #DB772B Tahiti Gold

📋 copy color: '#DB772B'

red 219 ◦ green 119 ◦ blue 43

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

Shades of Tahiti Gold #DB772B

Tints of Tahiti Gold #DB772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.29%

R = 57.48%
G = 31.23%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB772B (or 0xDB772B) is known color: Tahiti Gold. HEX triplet: DB, 77 and 2B. RGB value is (219,119,43). Sum of RGB (Red+Green+Blue) = 219+119+43=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB772B is #2488D4. Grayscale: #8C8C8C. Windows color (decimal): -2394325 or 2848731. OLE color: 2848731.

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

Color convert

RGB 219 119 43 -
CMYK 0 0.46 0.80 0.14
HSL 25.91º 0.71% 0.51% -
HSV(B) 25.91º 0.8% 0.86% -
XYZ 36.25 28.43 5.86 -
YUV 140.24 73.13 184.18 -
System Red Green Blue C M Y K H S L
Decimal 219 119 43 0 0.46 0.80 0.14 25.91 0.71 0.51
Hex DB 77 2B 0 2E 50 E 1A 47 33
Octal 333 167 53 0 56 120 16 32 107 63
Binary 11011011 1110111 101011 0 101110 1010000 1110 11010 1000111 110011

Color Harmonies of #DB772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB772B

Black with #DB772B

Text Example


Text Example

White with #DB772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB772B; }

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

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

background-color css

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

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

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

border-color css

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

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

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