Html Css Color HEX #DB711F Tahiti Gold

📋 copy color: '#DB711F'

red 219 ◦ green 113 ◦ blue 31

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

Shades of Tahiti Gold #DB711F

Tints of Tahiti Gold #DB711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

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

R = 60.33%
G = 31.13%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB711F (or 0xDB711F) is known color: Tahiti Gold. HEX triplet: DB, 71 and 1F. RGB value is (219,113,31). Sum of RGB (Red+Green+Blue) = 219+113+31=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB711F is #248EE0. Grayscale: #878787. Windows color (decimal): -2395873 or 2060763. OLE color: 2060763.

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

Color convert

RGB 219 113 31 -
CMYK 0 0.48 0.86 0.14
HSL 26.17º 0.75% 0.49% -
HSV(B) 26.17º 0.86% 0.86% -
XYZ 35.37 26.97 4.64 -
YUV 135.35 69.12 187.67 -
System Red Green Blue C M Y K H S L
Decimal 219 113 31 0 0.48 0.86 0.14 26.17 0.75 0.49
Hex DB 71 1F 0 30 56 E 1A 4B 31
Octal 333 161 37 0 60 126 16 32 113 61
Binary 11011011 1110001 11111 0 110000 1010110 1110 11010 1001011 110001

Color Harmonies of #DB711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB711F

Black with #DB711F

Text Example


Text Example

White with #DB711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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