Html Css Color HEX #DB781F Tahiti Gold

📋 copy color: '#DB781F'

red 219 ◦ green 120 ◦ blue 31

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

Shades of Tahiti Gold #DB781F

Tints of Tahiti Gold #DB781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.43%

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

R = 59.19%
G = 32.43%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB781F (or 0xDB781F) is known color: Tahiti Gold. HEX triplet: DB, 78 and 1F. RGB value is (219,120,31). Sum of RGB (Red+Green+Blue) = 219+120+31=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB781F is #2487E0. Grayscale: #8B8B8B. Windows color (decimal): -2394081 or 2062555. OLE color: 2062555.

HSL color Cylindrical-coordinate representation of color #DB781F: hue angle of 28.4º 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 #DB781F is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 120 31 -
CMYK 0 0.45 0.86 0.14
HSL 28.4º 0.75% 0.49% -
HSV(B) 28.4º 0.86% 0.86% -
XYZ 36.18 28.59 4.91 -
YUV 139.46 66.8 184.74 -
System Red Green Blue C M Y K H S L
Decimal 219 120 31 0 0.45 0.86 0.14 28.4 0.75 0.49
Hex DB 78 1F 0 2D 56 E 1C 4B 31
Octal 333 170 37 0 55 126 16 34 113 61
Binary 11011011 1111000 11111 0 101101 1010110 1110 11100 1001011 110001

Color Harmonies of #DB781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB781F

Black with #DB781F

Text Example


Text Example

White with #DB781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB781F; }

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

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

background-color css

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

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

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

border-color css

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

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

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