Html Css Color HEX #D96A28 Tahiti Gold

📋 copy color: '#D96A28'

red 217 ◦ green 106 ◦ blue 40

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

Shades of Tahiti Gold #D96A28

Tints of Tahiti Gold #D96A28

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

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

R = 59.78%
G = 29.2%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D96A28 (or 0xD96A28) is known color: Tahiti Gold. HEX triplet: D9, 6A and 28. RGB value is (217,106,40). Sum of RGB (Red+Green+Blue) = 217+106+40=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A28 is #2695D7. Grayscale: #848484. Windows color (decimal): -2528728 or 2648793. OLE color: 2648793.

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

Color convert

RGB 217 106 40 -
CMYK 0 0.51 0.82 0.15
HSL 22.37º 0.7% 0.5% -
HSV(B) 22.37º 0.82% 0.85% -
XYZ 34.15 25.21 5.07 -
YUV 131.67 76.27 188.87 -
System Red Green Blue C M Y K H S L
Decimal 217 106 40 0 0.51 0.82 0.15 22.37 0.7 0.5
Hex D9 6A 28 0 33 52 F 16 46 32
Octal 331 152 50 0 63 122 17 26 106 62
Binary 11011001 1101010 101000 0 110011 1010010 1111 10110 1000110 110010

Color Harmonies of #D96A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A28

Black with #D96A28

Text Example


Text Example

White with #D96A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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