Html Css Color HEX #DE7329 Tahiti Gold

📋 copy color: '#DE7329'

red 222 ◦ green 115 ◦ blue 41

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

Shades of Tahiti Gold #DE7329

Tints of Tahiti Gold #DE7329

RGB

 RED value IS 222 (87.11% from 255) = 58.73%

 GREEN value IS 115 (45.31% from 255) = 30.42%

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

R = 58.73%
G = 30.42%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE7329 (or 0xDE7329) is known color: Tahiti Gold. HEX triplet: DE, 73 and 29. RGB value is (222,115,41). Sum of RGB (Red+Green+Blue) = 222+115+41=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7329 is #218CD6. Grayscale: #8A8A8A. Windows color (decimal): -2198743 or 2716638. OLE color: 2716638.

HSL color Cylindrical-coordinate representation of color #DE7329: hue angle of 24.53º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE7329 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 115 41 -
CMYK 0 0.48 0.82 0.13
HSL 24.53º 0.73% 0.52% -
HSV(B) 24.53º 0.82% 0.87% -
XYZ 36.66 27.95 5.56 -
YUV 138.56 72.95 187.52 -
System Red Green Blue C M Y K H S L
Decimal 222 115 41 0 0.48 0.82 0.13 24.53 0.73 0.52
Hex DE 73 29 0 30 52 D 19 49 34
Octal 336 163 51 0 60 122 15 31 111 64
Binary 11011110 1110011 101001 0 110000 1010010 1101 11001 1001001 110100

Color Harmonies of #DE7329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7329

Black with #DE7329

Text Example


Text Example

White with #DE7329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7329; }

 p { color: rgb(222,115,41); }

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

background-color css

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

 a { background-color: rgb(222,115,41); }

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

border-color css

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

 span { border-color: rgb(222,115,41); }

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