Html Css Color HEX #D76F27 Tahiti Gold

📋 copy color: '#D76F27'

red 215 ◦ green 111 ◦ blue 39

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

Shades of Tahiti Gold #D76F27

Tints of Tahiti Gold #D76F27

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.41%

 BLUE value IS 39 (15.63% from 255) = 10.68%

R = 58.9%
G = 30.41%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D76F27 (or 0xD76F27) is known color: Tahiti Gold. HEX triplet: D7, 6F and 27. RGB value is (215,111,39). Sum of RGB (Red+Green+Blue) = 215+111+39=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F27 is #2890D8. Grayscale: #868686. Windows color (decimal): -2658521 or 2584535. OLE color: 2584535.

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

Color convert

RGB 215 111 39 -
CMYK 0 0.48 0.82 0.16
HSL 24.55º 0.69% 0.5% -
HSV(B) 24.55º 0.82% 0.84% -
XYZ 34.07 25.96 5.13 -
YUV 133.89 74.46 185.85 -
System Red Green Blue C M Y K H S L
Decimal 215 111 39 0 0.48 0.82 0.16 24.55 0.69 0.5
Hex D7 6F 27 0 30 52 10 19 45 32
Octal 327 157 47 0 60 122 20 31 105 62
Binary 11010111 1101111 100111 0 110000 1010010 10000 11001 1000101 110010

Color Harmonies of #D76F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F27

Black with #D76F27

Text Example


Text Example

White with #D76F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F27; }

 p { color: rgb(215,111,39); }

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

background-color css

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

 a { background-color: rgb(215,111,39); }

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

border-color css

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

 span { border-color: rgb(215,111,39); }

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