Html Css Color HEX #D97220 Tahiti Gold

📋 copy color: '#D97220'

red 217 ◦ green 114 ◦ blue 32

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

Shades of Tahiti Gold #D97220

Tints of Tahiti Gold #D97220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

 BLUE value IS 32 (12.89% from 255) = 8.82%

R = 59.78%
G = 31.4%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D97220 (or 0xD97220) is known color: Tahiti Gold. HEX triplet: D9, 72 and 20. RGB value is (217,114,32). Sum of RGB (Red+Green+Blue) = 217+114+32=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D97220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97220 is #268DDF. Grayscale: #878787. Windows color (decimal): -2526688 or 2126553. OLE color: 2126553.

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

Color convert

RGB 217 114 32 -
CMYK 0 0.47 0.85 0.15
HSL 26.59º 0.74% 0.49% -
HSV(B) 26.59º 0.85% 0.85% -
XYZ 34.89 26.89 4.72 -
YUV 135.45 69.62 186.17 -
System Red Green Blue C M Y K H S L
Decimal 217 114 32 0 0.47 0.85 0.15 26.59 0.74 0.49
Hex D9 72 20 0 2F 55 F 1B 4A 31
Octal 331 162 40 0 57 125 17 33 112 61
Binary 11011001 1110010 100000 0 101111 1010101 1111 11011 1001010 110001

Color Harmonies of #D97220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97220

Black with #D97220

Text Example


Text Example

White with #D97220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97220; }

 p { color: rgb(217,114,32); }

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

background-color css

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

 a { background-color: rgb(217,114,32); }

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

border-color css

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

 span { border-color: rgb(217,114,32); }

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