Html Css Color HEX #D66E29 Tahiti Gold

📋 copy color: '#D66E29'

red 214 ◦ green 110 ◦ blue 41

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

Shades of Tahiti Gold #D66E29

Tints of Tahiti Gold #D66E29

RGB

 RED value IS 214 (83.98% from 255) = 58.63%

 GREEN value IS 110 (43.36% from 255) = 30.14%

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

R = 58.63%
G = 30.14%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D66E29 (or 0xD66E29) is known color: Tahiti Gold. HEX triplet: D6, 6E and 29. RGB value is (214,110,41). Sum of RGB (Red+Green+Blue) = 214+110+41=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E29 is #2991D6. Grayscale: #858585. Windows color (decimal): -2724311 or 2715350. OLE color: 2715350.

HSL color Cylindrical-coordinate representation of color #D66E29: hue angle of 23.93º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D66E29 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 41 -
CMYK 0 0.49 0.81 0.16
HSL 23.93º 0.68% 0.5% -
HSV(B) 23.93º 0.81% 0.84% -
XYZ 33.71 25.61 5.26 -
YUV 133.23 75.96 185.61 -
System Red Green Blue C M Y K H S L
Decimal 214 110 41 0 0.49 0.81 0.16 23.93 0.68 0.5
Hex D6 6E 29 0 31 51 10 18 44 32
Octal 326 156 51 0 61 121 20 30 104 62
Binary 11010110 1101110 101001 0 110001 1010001 10000 11000 1000100 110010

Color Harmonies of #D66E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E29

Black with #D66E29

Text Example


Text Example

White with #D66E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E29; }

 p { color: rgb(214,110,41); }

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

background-color css

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

 a { background-color: rgb(214,110,41); }

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

border-color css

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

 span { border-color: rgb(214,110,41); }

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