Html Css Color HEX #D76F25 Tahiti Gold

📋 copy color: '#D76F25'

red 215 ◦ green 111 ◦ blue 37

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

Shades of Tahiti Gold #D76F25

Tints of Tahiti Gold #D76F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 59.23%
G = 30.58%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D76F25 (or 0xD76F25) is known color: Tahiti Gold. HEX triplet: D7, 6F and 25. RGB value is (215,111,37). Sum of RGB (Red+Green+Blue) = 215+111+37=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F25 is #2890DA. Grayscale: #868686. Windows color (decimal): -2658523 or 2453463. OLE color: 2453463.

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

Color convert

RGB 215 111 37 -
CMYK 0 0.48 0.83 0.16
HSL 24.94º 0.71% 0.49% -
HSV(B) 24.94º 0.83% 0.84% -
XYZ 34.04 25.95 4.96 -
YUV 133.66 73.46 186.02 -
System Red Green Blue C M Y K H S L
Decimal 215 111 37 0 0.48 0.83 0.16 24.94 0.71 0.49
Hex D7 6F 25 0 30 53 10 19 47 31
Octal 327 157 45 0 60 123 20 31 107 61
Binary 11010111 1101111 100101 0 110000 1010011 10000 11001 1000111 110001

Color Harmonies of #D76F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F25

Black with #D76F25

Text Example


Text Example

White with #D76F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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