Html Css Color HEX #DB771F Tahiti Gold

📋 copy color: '#DB771F'

red 219 ◦ green 119 ◦ blue 31

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

Shades of Tahiti Gold #DB771F

Tints of Tahiti Gold #DB771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.4%

R = 59.35%
G = 32.25%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB771F (or 0xDB771F) is known color: Tahiti Gold. HEX triplet: DB, 77 and 1F. RGB value is (219,119,31). Sum of RGB (Red+Green+Blue) = 219+119+31=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB771F is #2488E0. Grayscale: #8B8B8B. Windows color (decimal): -2394337 or 2062299. OLE color: 2062299.

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

Color convert

RGB 219 119 31 -
CMYK 0 0.46 0.86 0.14
HSL 28.09º 0.75% 0.49% -
HSV(B) 28.09º 0.86% 0.86% -
XYZ 36.06 28.35 4.87 -
YUV 138.87 67.13 185.16 -
System Red Green Blue C M Y K H S L
Decimal 219 119 31 0 0.46 0.86 0.14 28.09 0.75 0.49
Hex DB 77 1F 0 2E 56 E 1C 4B 31
Octal 333 167 37 0 56 126 16 34 113 61
Binary 11011011 1110111 11111 0 101110 1010110 1110 11100 1001011 110001

Color Harmonies of #DB771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB771F

Black with #DB771F

Text Example


Text Example

White with #DB771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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