Html Css Color HEX #D96F2D Tahiti Gold

📋 copy color: '#D96F2D'

red 217 ◦ green 111 ◦ blue 45

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

Shades of Tahiti Gold #D96F2D

Tints of Tahiti Gold #D96F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.06%

R = 58.18%
G = 29.76%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D96F2D (or 0xD96F2D) is known color: Tahiti Gold. HEX triplet: D9, 6F and 2D. RGB value is (217,111,45). Sum of RGB (Red+Green+Blue) = 217+111+45=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F2D is #2690D2. Grayscale: #878787. Windows color (decimal): -2527443 or 2977753. OLE color: 2977753.

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

Color convert

RGB 217 111 45 -
CMYK 0 0.49 0.79 0.15
HSL 23.02º 0.69% 0.51% -
HSV(B) 23.02º 0.79% 0.85% -
XYZ 34.77 26.31 5.73 -
YUV 135.17 77.12 186.37 -
System Red Green Blue C M Y K H S L
Decimal 217 111 45 0 0.49 0.79 0.15 23.02 0.69 0.51
Hex D9 6F 2D 0 31 4F F 17 45 33
Octal 331 157 55 0 61 117 17 27 105 63
Binary 11011001 1101111 101101 0 110001 1001111 1111 10111 1000101 110011

Color Harmonies of #D96F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F2D

Black with #D96F2D

Text Example


Text Example

White with #D96F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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