Html Css Color HEX #DB751F Tahiti Gold

📋 copy color: '#DB751F'

red 219 ◦ green 117 ◦ blue 31

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

Shades of Tahiti Gold #DB751F

Tints of Tahiti Gold #DB751F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

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

R = 59.67%
G = 31.88%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB751F (or 0xDB751F) is known color: Tahiti Gold. HEX triplet: DB, 75 and 1F. RGB value is (219,117,31). Sum of RGB (Red+Green+Blue) = 219+117+31=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB751F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB751F is #248AE0. Grayscale: #8A8A8A. Windows color (decimal): -2394849 or 2061787. OLE color: 2061787.

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

Color convert

RGB 219 117 31 -
CMYK 0 0.47 0.86 0.14
HSL 27.45º 0.75% 0.49% -
HSV(B) 27.45º 0.86% 0.86% -
XYZ 35.82 27.88 4.79 -
YUV 137.69 67.79 185.99 -
System Red Green Blue C M Y K H S L
Decimal 219 117 31 0 0.47 0.86 0.14 27.45 0.75 0.49
Hex DB 75 1F 0 2F 56 E 1B 4B 31
Octal 333 165 37 0 57 126 16 33 113 61
Binary 11011011 1110101 11111 0 101111 1010110 1110 11011 1001011 110001

Color Harmonies of #DB751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB751F

Black with #DB751F

Text Example


Text Example

White with #DB751F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB751F; }

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

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

background-color css

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

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

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

border-color css

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

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

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