Html Css Color HEX #DB702B Tahiti Gold

📋 copy color: '#DB702B'

red 219 ◦ green 112 ◦ blue 43

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

Shades of Tahiti Gold #DB702B

Tints of Tahiti Gold #DB702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.5%

R = 58.56%
G = 29.95%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB702B (or 0xDB702B) is known color: Tahiti Gold. HEX triplet: DB, 70 and 2B. RGB value is (219,112,43). Sum of RGB (Red+Green+Blue) = 219+112+43=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB702B is #248FD4. Grayscale: #888888. Windows color (decimal): -2396117 or 2846939. OLE color: 2846939.

HSL color Cylindrical-coordinate representation of color #DB702B: hue angle of 23.52º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB702B is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 112 43 -
CMYK 0 0.49 0.80 0.14
HSL 23.52º 0.71% 0.51% -
HSV(B) 23.52º 0.8% 0.86% -
XYZ 35.44 26.82 5.59 -
YUV 136.13 75.45 187.11 -
System Red Green Blue C M Y K H S L
Decimal 219 112 43 0 0.49 0.80 0.14 23.52 0.71 0.51
Hex DB 70 2B 0 31 50 E 18 47 33
Octal 333 160 53 0 61 120 16 30 107 63
Binary 11011011 1110000 101011 0 110001 1010000 1110 11000 1000111 110011

Color Harmonies of #DB702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB702B

Black with #DB702B

Text Example


Text Example

White with #DB702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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