Html Css Color HEX #D96D25 Tahiti Gold

📋 copy color: '#D96D25'

red 217 ◦ green 109 ◦ blue 37

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

Shades of Tahiti Gold #D96D25

Tints of Tahiti Gold #D96D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.03%

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 59.78%
G = 30.03%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D96D25 (or 0xD96D25) is known color: Tahiti Gold. HEX triplet: D9, 6D and 25. RGB value is (217,109,37). Sum of RGB (Red+Green+Blue) = 217+109+37=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D25 is #2692DA. Grayscale: #858585. Windows color (decimal): -2527963 or 2452953. OLE color: 2452953.

HSL color Cylindrical-coordinate representation of color #D96D25: hue angle of 24º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D96D25 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 37 -
CMYK 0 0.50 0.83 0.15
HSL 24º 0.71% 0.5% -
HSV(B) 24º 0.83% 0.85% -
XYZ 34.42 25.82 4.92 -
YUV 133.08 73.78 187.85 -
System Red Green Blue C M Y K H S L
Decimal 217 109 37 0 0.50 0.83 0.15 24 0.71 0.5
Hex D9 6D 25 0 32 53 F 18 47 32
Octal 331 155 45 0 62 123 17 30 107 62
Binary 11011001 1101101 100101 0 110010 1010011 1111 11000 1000111 110010

Color Harmonies of #D96D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D25

Black with #D96D25

Text Example


Text Example

White with #D96D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D25; }

 p { color: rgb(217,109,37); }

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

background-color css

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

 a { background-color: rgb(217,109,37); }

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

border-color css

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

 span { border-color: rgb(217,109,37); }

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