Html Css Color HEX #D7762B Tahiti Gold

📋 copy color: '#D7762B'

red 215 ◦ green 118 ◦ blue 43

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

Shades of Tahiti Gold #D7762B

Tints of Tahiti Gold #D7762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

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

R = 57.18%
G = 31.38%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7762B (or 0xD7762B) is known color: Tahiti Gold. HEX triplet: D7, 76 and 2B. RGB value is (215,118,43). Sum of RGB (Red+Green+Blue) = 215+118+43=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7762B is #2889D4. Grayscale: #8A8A8A. Windows color (decimal): -2656725 or 2848471. OLE color: 2848471.

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

Color convert

RGB 215 118 43 -
CMYK 0 0.45 0.8 0.16
HSL 26.16º 0.68% 0.51% -
HSV(B) 26.16º 0.8% 0.84% -
XYZ 34.94 27.58 5.77 -
YUV 138.45 74.14 182.6 -
System Red Green Blue C M Y K H S L
Decimal 215 118 43 0 0.45 0.8 0.16 26.16 0.68 0.51
Hex D7 76 2B 0 2D 50 10 1A 44 33
Octal 327 166 53 0 55 120 20 32 104 63
Binary 11010111 1110110 101011 0 101101 1010000 10000 11010 1000100 110011

Color Harmonies of #D7762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7762B

Black with #D7762B

Text Example


Text Example

White with #D7762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7762B; }

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

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

background-color css

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

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

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

border-color css

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

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

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