Html Css Color HEX #D7702C Tahiti Gold

📋 copy color: '#D7702C'

red 215 ◦ green 112 ◦ blue 44

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

Shades of Tahiti Gold #D7702C

Tints of Tahiti Gold #D7702C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.86%

R = 57.95%
G = 30.19%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7702C (or 0xD7702C) is known color: Tahiti Gold. HEX triplet: D7, 70 and 2C. RGB value is (215,112,44). Sum of RGB (Red+Green+Blue) = 215+112+44=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D7702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7702C is #288FD3. Grayscale: #878787. Windows color (decimal): -2658260 or 2912471. OLE color: 2912471.

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

Color convert

RGB 215 112 44 -
CMYK 0 0.48 0.80 0.16
HSL 23.86º 0.68% 0.51% -
HSV(B) 23.86º 0.8% 0.84% -
XYZ 34.27 26.22 5.64 -
YUV 135.05 76.62 185.03 -
System Red Green Blue C M Y K H S L
Decimal 215 112 44 0 0.48 0.80 0.16 23.86 0.68 0.51
Hex D7 70 2C 0 30 50 10 18 44 33
Octal 327 160 54 0 60 120 20 30 104 63
Binary 11010111 1110000 101100 0 110000 1010000 10000 11000 1000100 110011

Color Harmonies of #D7702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7702C

Black with #D7702C

Text Example


Text Example

White with #D7702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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