Html Css Color HEX #D96B29 Tahiti Gold

📋 copy color: '#D96B29'

red 217 ◦ green 107 ◦ blue 41

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

Shades of Tahiti Gold #D96B29

Tints of Tahiti Gold #D96B29

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

 BLUE value IS 41 (16.41% from 255) = 11.23%

R = 59.45%
G = 29.32%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D96B29 (or 0xD96B29) is known color: Tahiti Gold. HEX triplet: D9, 6B and 29. RGB value is (217,107,41). Sum of RGB (Red+Green+Blue) = 217+107+41=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96B29 is #2694D6. Grayscale: #848484. Windows color (decimal): -2528471 or 2714585. OLE color: 2714585.

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

Color convert

RGB 217 107 41 -
CMYK 0 0.51 0.81 0.15
HSL 22.5º 0.7% 0.51% -
HSV(B) 22.5º 0.81% 0.85% -
XYZ 34.27 25.43 5.2 -
YUV 132.37 76.44 188.37 -
System Red Green Blue C M Y K H S L
Decimal 217 107 41 0 0.51 0.81 0.15 22.5 0.7 0.51
Hex D9 6B 29 0 33 51 F 16 46 33
Octal 331 153 51 0 63 121 17 26 106 63
Binary 11011001 1101011 101001 0 110011 1010001 1111 10110 1000110 110011

Color Harmonies of #D96B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B29

Black with #D96B29

Text Example


Text Example

White with #D96B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B29; }

 p { color: rgb(217,107,41); }

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

background-color css

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

 a { background-color: rgb(217,107,41); }

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

border-color css

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

 span { border-color: rgb(217,107,41); }

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