Html Css Color HEX #D96E28 Tahiti Gold

📋 copy color: '#D96E28'

red 217 ◦ green 110 ◦ blue 40

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

Shades of Tahiti Gold #D96E28

Tints of Tahiti Gold #D96E28

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.97%

 BLUE value IS 40 (16.02% from 255) = 10.9%

R = 59.13%
G = 29.97%
B = 10.9%

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

#D96E28 (or 0xD96E28) is known color: Tahiti Gold. HEX triplet: D9, 6E and 28. RGB value is (217,110,40). Sum of RGB (Red+Green+Blue) = 217+110+40=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E28 is #2691D7. Grayscale: #868686. Windows color (decimal): -2527704 or 2649817. OLE color: 2649817.

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

Color convert

RGB 217 110 40 -
CMYK 0 0.49 0.82 0.15
HSL 23.73º 0.7% 0.5% -
HSV(B) 23.73º 0.82% 0.85% -
XYZ 34.57 26.06 5.21 -
YUV 134.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 217 110 40 0 0.49 0.82 0.15 23.73 0.7 0.5
Hex D9 6E 28 0 31 52 F 18 46 32
Octal 331 156 50 0 61 122 17 30 106 62
Binary 11011001 1101110 101000 0 110001 1010010 1111 11000 1000110 110010

Color Harmonies of #D96E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E28

Black with #D96E28

Text Example


Text Example

White with #D96E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E28; }

 p { color: rgb(217,110,40); }

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

background-color css

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

 a { background-color: rgb(217,110,40); }

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

border-color css

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

 span { border-color: rgb(217,110,40); }

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