Html Css Color HEX #D7702B Tahiti Gold

📋 copy color: '#D7702B'

red 215 ◦ green 112 ◦ blue 43

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

Shades of Tahiti Gold #D7702B

Tints of Tahiti Gold #D7702B

RGB

 RED value IS 215 (84.38% from 255) = 58.11%

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

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

R = 58.11%
G = 30.27%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7702B (or 0xD7702B) is known color: Tahiti Gold. HEX triplet: D7, 70 and 2B. RGB value is (215,112,43). Sum of RGB (Red+Green+Blue) = 215+112+43=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D7702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7702B is #288FD4. Grayscale: #878787. Windows color (decimal): -2658261 or 2846935. OLE color: 2846935.

HSL color Cylindrical-coordinate representation of color #D7702B: hue angle of 24.07º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7702B is Cyan = 0, Magento = 0.48, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 43 -
CMYK 0 0.48 0.8 0.16
HSL 24.07º 0.68% 0.51% -
HSV(B) 24.07º 0.8% 0.84% -
XYZ 34.25 26.21 5.54 -
YUV 134.93 76.12 185.11 -
System Red Green Blue C M Y K H S L
Decimal 215 112 43 0 0.48 0.8 0.16 24.07 0.68 0.51
Hex D7 70 2B 0 30 50 10 18 44 33
Octal 327 160 53 0 60 120 20 30 104 63
Binary 11010111 1110000 101011 0 110000 1010000 10000 11000 1000100 110011

Color Harmonies of #D7702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7702B

Black with #D7702B

Text Example


Text Example

White with #D7702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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