Html Css Color HEX #D96C25 Tahiti Gold

📋 copy color: '#D96C25'

red 217 ◦ green 108 ◦ blue 37

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

Shades of Tahiti Gold #D96C25

Tints of Tahiti Gold #D96C25

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

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

R = 59.94%
G = 29.83%
B = 10.22%

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

#D96C25 (or 0xD96C25) is known color: Tahiti Gold. HEX triplet: D9, 6C and 25. RGB value is (217,108,37). Sum of RGB (Red+Green+Blue) = 217+108+37=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C25 is #2693DA. Grayscale: #848484. Windows color (decimal): -2528219 or 2452697. OLE color: 2452697.

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

Color convert

RGB 217 108 37 -
CMYK 0 0.50 0.83 0.15
HSL 23.67º 0.71% 0.5% -
HSV(B) 23.67º 0.83% 0.85% -
XYZ 34.31 25.61 4.89 -
YUV 132.5 74.11 188.27 -
System Red Green Blue C M Y K H S L
Decimal 217 108 37 0 0.50 0.83 0.15 23.67 0.71 0.5
Hex D9 6C 25 0 32 53 F 18 47 32
Octal 331 154 45 0 62 123 17 30 107 62
Binary 11011001 1101100 100101 0 110010 1010011 1111 11000 1000111 110010

Color Harmonies of #D96C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C25

Black with #D96C25

Text Example


Text Example

White with #D96C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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