Html Css Color HEX #DE8129 Tahiti Gold

📋 copy color: '#DE8129'

red 222 ◦ green 129 ◦ blue 41

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

Shades of Tahiti Gold #DE8129

Tints of Tahiti Gold #DE8129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

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

R = 56.63%
G = 32.91%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE8129 (or 0xDE8129) is known color: Tahiti Gold. HEX triplet: DE, 81 and 29. RGB value is (222,129,41). Sum of RGB (Red+Green+Blue) = 222+129+41=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8129 is #217ED6. Grayscale: #939393. Windows color (decimal): -2195159 or 2720222. OLE color: 2720222.

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

Color convert

RGB 222 129 41 -
CMYK 0 0.42 0.82 0.13
HSL 29.17º 0.73% 0.52% -
HSV(B) 29.17º 0.82% 0.87% -
XYZ 38.37 31.39 6.13 -
YUV 146.78 68.31 181.66 -
System Red Green Blue C M Y K H S L
Decimal 222 129 41 0 0.42 0.82 0.13 29.17 0.73 0.52
Hex DE 81 29 0 2A 52 D 1D 49 34
Octal 336 201 51 0 52 122 15 35 111 64
Binary 11011110 10000001 101001 0 101010 1010010 1101 11101 1001001 110100

Color Harmonies of #DE8129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8129

Black with #DE8129

Text Example


Text Example

White with #DE8129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8129; }

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

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

background-color css

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

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

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

border-color css

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

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

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