Html Css Color HEX #D96F2A Tahiti Gold

📋 copy color: '#D96F2A'

red 217 ◦ green 111 ◦ blue 42

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

Shades of Tahiti Gold #D96F2A

Tints of Tahiti Gold #D96F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.35%

R = 58.65%
G = 30%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D96F2A (or 0xD96F2A) is known color: Tahiti Gold. HEX triplet: D9, 6F and 2A. RGB value is (217,111,42). Sum of RGB (Red+Green+Blue) = 217+111+42=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F2A is #2690D5. Grayscale: #878787. Windows color (decimal): -2527446 or 2781145. OLE color: 2781145.

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

Color convert

RGB 217 111 42 -
CMYK 0 0.49 0.81 0.15
HSL 23.66º 0.7% 0.51% -
HSV(B) 23.66º 0.81% 0.85% -
XYZ 34.72 26.29 5.43 -
YUV 134.83 75.62 186.61 -
System Red Green Blue C M Y K H S L
Decimal 217 111 42 0 0.49 0.81 0.15 23.66 0.7 0.51
Hex D9 6F 2A 0 31 51 F 18 46 33
Octal 331 157 52 0 61 121 17 30 106 63
Binary 11011001 1101111 101010 0 110001 1010001 1111 11000 1000110 110011

Color Harmonies of #D96F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F2A

Black with #D96F2A

Text Example


Text Example

White with #D96F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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