Html Css Color HEX #DB721F Tahiti Gold

📋 copy color: '#DB721F'

red 219 ◦ green 114 ◦ blue 31

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

Shades of Tahiti Gold #DB721F

Tints of Tahiti Gold #DB721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.32%

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

R = 60.16%
G = 31.32%
B = 8.52%

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

#DB721F (or 0xDB721F) is known color: Tahiti Gold. HEX triplet: DB, 72 and 1F. RGB value is (219,114,31). Sum of RGB (Red+Green+Blue) = 219+114+31=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB721F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB721F is #248DE0. Grayscale: #888888. Windows color (decimal): -2395617 or 2061019. OLE color: 2061019.

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

Color convert

RGB 219 114 31 -
CMYK 0 0.48 0.86 0.14
HSL 26.49º 0.75% 0.49% -
HSV(B) 26.49º 0.86% 0.86% -
XYZ 35.48 27.19 4.68 -
YUV 135.93 68.79 187.25 -
System Red Green Blue C M Y K H S L
Decimal 219 114 31 0 0.48 0.86 0.14 26.49 0.75 0.49
Hex DB 72 1F 0 30 56 E 1A 4B 31
Octal 333 162 37 0 60 126 16 32 113 61
Binary 11011011 1110010 11111 0 110000 1010110 1110 11010 1001011 110001

Color Harmonies of #DB721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB721F

Black with #DB721F

Text Example


Text Example

White with #DB721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB721F; }

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

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

background-color css

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

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

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

border-color css

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

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

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