Html Css Color HEX #D96D26 Tahiti Gold

📋 copy color: '#D96D26'

red 217 ◦ green 109 ◦ blue 38

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

Shades of Tahiti Gold #D96D26

Tints of Tahiti Gold #D96D26

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.95%

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

R = 59.62%
G = 29.95%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D96D26 (or 0xD96D26) is known color: Tahiti Gold. HEX triplet: D9, 6D and 26. RGB value is (217,109,38). Sum of RGB (Red+Green+Blue) = 217+109+38=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D26 is #2692D9. Grayscale: #858585. Windows color (decimal): -2527962 or 2518489. OLE color: 2518489.

HSL color Cylindrical-coordinate representation of color #D96D26: hue angle of 23.8º 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 #D96D26 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 38 -
CMYK 0 0.50 0.82 0.15
HSL 23.8º 0.7% 0.5% -
HSV(B) 23.8º 0.82% 0.85% -
XYZ 34.43 25.83 5 -
YUV 133.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 217 109 38 0 0.50 0.82 0.15 23.8 0.7 0.5
Hex D9 6D 26 0 32 52 F 18 46 32
Octal 331 155 46 0 62 122 17 30 106 62
Binary 11011001 1101101 100110 0 110010 1010010 1111 11000 1000110 110010

Color Harmonies of #D96D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D26

Black with #D96D26

Text Example


Text Example

White with #D96D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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