Html Css Color HEX #DE7129 Tahiti Gold

📋 copy color: '#DE7129'

red 222 ◦ green 113 ◦ blue 41

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

Shades of Tahiti Gold #DE7129

Tints of Tahiti Gold #DE7129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.05%

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

R = 59.04%
G = 30.05%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE7129 (or 0xDE7129) is known color: Tahiti Gold. HEX triplet: DE, 71 and 29. RGB value is (222,113,41). Sum of RGB (Red+Green+Blue) = 222+113+41=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7129 is #218ED6. Grayscale: #898989. Windows color (decimal): -2199255 or 2716126. OLE color: 2716126.

HSL color Cylindrical-coordinate representation of color #DE7129: hue angle of 23.87º 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 #DE7129 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 113 41 -
CMYK 0 0.49 0.82 0.13
HSL 23.87º 0.73% 0.52% -
HSV(B) 23.87º 0.82% 0.87% -
XYZ 36.43 27.5 5.49 -
YUV 137.38 73.61 188.35 -
System Red Green Blue C M Y K H S L
Decimal 222 113 41 0 0.49 0.82 0.13 23.87 0.73 0.52
Hex DE 71 29 0 31 52 D 18 49 34
Octal 336 161 51 0 61 122 15 30 111 64
Binary 11011110 1110001 101001 0 110001 1010010 1101 11000 1001001 110100

Color Harmonies of #DE7129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7129

Black with #DE7129

Text Example


Text Example

White with #DE7129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7129; }

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

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

background-color css

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

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

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

border-color css

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

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

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