Html Css Color HEX #DB702F Tahiti Gold

📋 copy color: '#DB702F'

red 219 ◦ green 112 ◦ blue 47

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

Shades of Tahiti Gold #DB702F

Tints of Tahiti Gold #DB702F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

 BLUE value IS 47 (18.75% from 255) = 12.43%

R = 57.94%
G = 29.63%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB702F (or 0xDB702F) is known color: Tahiti Gold. HEX triplet: DB, 70 and 2F. RGB value is (219,112,47). Sum of RGB (Red+Green+Blue) = 219+112+47=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB702F is #248FD0. Grayscale: #888888. Windows color (decimal): -2396113 or 3109083. OLE color: 3109083.

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

Color convert

RGB 219 112 47 -
CMYK 0 0.49 0.79 0.14
HSL 22.67º 0.7% 0.52% -
HSV(B) 22.67º 0.79% 0.86% -
XYZ 35.52 26.85 6 -
YUV 136.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 219 112 47 0 0.49 0.79 0.14 22.67 0.7 0.52
Hex DB 70 2F 0 31 4F E 17 46 34
Octal 333 160 57 0 61 117 16 27 106 64
Binary 11011011 1110000 101111 0 110001 1001111 1110 10111 1000110 110100

Color Harmonies of #DB702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB702F

Black with #DB702F

Text Example


Text Example

White with #DB702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB702F; }

 p { color: rgb(219,112,47); }

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

background-color css

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

 a { background-color: rgb(219,112,47); }

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

border-color css

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

 span { border-color: rgb(219,112,47); }

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