Html Css Color HEX #D96F26 Tahiti Gold

📋 copy color: '#D96F26'

red 217 ◦ green 111 ◦ blue 38

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

Shades of Tahiti Gold #D96F26

Tints of Tahiti Gold #D96F26

RGB

 RED value IS 217 (85.16% from 255) = 59.29%

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

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

R = 59.29%
G = 30.33%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D96F26 (or 0xD96F26) is known color: Tahiti Gold. HEX triplet: D9, 6F and 26. RGB value is (217,111,38). Sum of RGB (Red+Green+Blue) = 217+111+38=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F26 is #2690D9. Grayscale: #868686. Windows color (decimal): -2527450 or 2519001. OLE color: 2519001.

HSL color Cylindrical-coordinate representation of color #D96F26: hue angle of 24.47º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D96F26 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 111 38 -
CMYK 0 0.49 0.82 0.15
HSL 24.47º 0.7% 0.5% -
HSV(B) 24.47º 0.82% 0.85% -
XYZ 34.65 26.26 5.08 -
YUV 134.37 73.62 186.94 -
System Red Green Blue C M Y K H S L
Decimal 217 111 38 0 0.49 0.82 0.15 24.47 0.7 0.5
Hex D9 6F 26 0 31 52 F 18 46 32
Octal 331 157 46 0 61 122 17 30 106 62
Binary 11011001 1101111 100110 0 110001 1010010 1111 11000 1000110 110010

Color Harmonies of #D96F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F26

Black with #D96F26

Text Example


Text Example

White with #D96F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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