Html Css Color HEX #D76F26 Tahiti Gold

📋 copy color: '#D76F26'

red 215 ◦ green 111 ◦ blue 38

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

Shades of Tahiti Gold #D76F26

Tints of Tahiti Gold #D76F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.44%

R = 59.07%
G = 30.49%
B = 10.44%

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

#D76F26 (or 0xD76F26) is known color: Tahiti Gold. HEX triplet: D7, 6F and 26. RGB value is (215,111,38). Sum of RGB (Red+Green+Blue) = 215+111+38=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F26 is #2890D9. Grayscale: #868686. Windows color (decimal): -2658522 or 2518999. OLE color: 2518999.

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

Color convert

RGB 215 111 38 -
CMYK 0 0.48 0.82 0.16
HSL 24.75º 0.7% 0.5% -
HSV(B) 24.75º 0.82% 0.84% -
XYZ 34.06 25.96 5.05 -
YUV 133.77 73.96 185.94 -
System Red Green Blue C M Y K H S L
Decimal 215 111 38 0 0.48 0.82 0.16 24.75 0.7 0.5
Hex D7 6F 26 0 30 52 10 19 46 32
Octal 327 157 46 0 60 122 20 31 106 62
Binary 11010111 1101111 100110 0 110000 1010010 10000 11001 1000110 110010

Color Harmonies of #D76F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F26

Black with #D76F26

Text Example


Text Example

White with #D76F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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