Html Css Color HEX #D96926 Tahiti Gold

📋 copy color: '#D96926'

red 217 ◦ green 105 ◦ blue 38

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

Shades of Tahiti Gold #D96926

Tints of Tahiti Gold #D96926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.17%

 BLUE value IS 38 (15.23% from 255) = 10.56%

R = 60.28%
G = 29.17%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D96926 (or 0xD96926) is known color: Tahiti Gold. HEX triplet: D9, 69 and 26. RGB value is (217,105,38). Sum of RGB (Red+Green+Blue) = 217+105+38=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D96926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96926 is #2696D9. Grayscale: #838383. Windows color (decimal): -2528986 or 2517465. OLE color: 2517465.

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

Color convert

RGB 217 105 38 -
CMYK 0 0.52 0.82 0.15
HSL 22.46º 0.7% 0.5% -
HSV(B) 22.46º 0.82% 0.85% -
XYZ 34.02 24.99 4.87 -
YUV 130.85 75.61 189.45 -
System Red Green Blue C M Y K H S L
Decimal 217 105 38 0 0.52 0.82 0.15 22.46 0.7 0.5
Hex D9 69 26 0 34 52 F 16 46 32
Octal 331 151 46 0 64 122 17 26 106 62
Binary 11011001 1101001 100110 0 110100 1010010 1111 10110 1000110 110010

Color Harmonies of #D96926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96926

Black with #D96926

Text Example


Text Example

White with #D96926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96926; }

 p { color: rgb(217,105,38); }

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

background-color css

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

 a { background-color: rgb(217,105,38); }

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

border-color css

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

 span { border-color: rgb(217,105,38); }

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