Html Css Color HEX #DB702A Tahiti Gold

📋 copy color: '#DB702A'

red 219 ◦ green 112 ◦ blue 42

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

Shades of Tahiti Gold #DB702A

Tints of Tahiti Gold #DB702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.26%

R = 58.71%
G = 30.03%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB702A (or 0xDB702A) is known color: Tahiti Gold. HEX triplet: DB, 70 and 2A. RGB value is (219,112,42). Sum of RGB (Red+Green+Blue) = 219+112+42=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB702A is #248FD5. Grayscale: #888888. Windows color (decimal): -2396118 or 2781403. OLE color: 2781403.

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

Color convert

RGB 219 112 42 -
CMYK 0 0.49 0.81 0.14
HSL 23.73º 0.71% 0.51% -
HSV(B) 23.73º 0.81% 0.86% -
XYZ 35.43 26.82 5.5 -
YUV 136.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 219 112 42 0 0.49 0.81 0.14 23.73 0.71 0.51
Hex DB 70 2A 0 31 51 E 18 47 33
Octal 333 160 52 0 61 121 16 30 107 63
Binary 11011011 1110000 101010 0 110001 1010001 1110 11000 1000111 110011

Color Harmonies of #DB702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB702A

Black with #DB702A

Text Example


Text Example

White with #DB702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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