Html Css Color HEX #DE7D29 Tahiti Gold

📋 copy color: '#DE7D29'

red 222 ◦ green 125 ◦ blue 41

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

Shades of Tahiti Gold #DE7D29

Tints of Tahiti Gold #DE7D29

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.22%

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

R = 57.22%
G = 32.22%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE7D29 (or 0xDE7D29) is known color: Tahiti Gold. HEX triplet: DE, 7D and 29. RGB value is (222,125,41). Sum of RGB (Red+Green+Blue) = 222+125+41=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7D29 is #2182D6. Grayscale: #909090. Windows color (decimal): -2196183 or 2719198. OLE color: 2719198.

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

Color convert

RGB 222 125 41 -
CMYK 0 0.44 0.82 0.13
HSL 27.85º 0.73% 0.52% -
HSV(B) 27.85º 0.82% 0.87% -
XYZ 37.86 30.36 5.96 -
YUV 144.43 69.64 183.33 -
System Red Green Blue C M Y K H S L
Decimal 222 125 41 0 0.44 0.82 0.13 27.85 0.73 0.52
Hex DE 7D 29 0 2C 52 D 1C 49 34
Octal 336 175 51 0 54 122 15 34 111 64
Binary 11011110 1111101 101001 0 101100 1010010 1101 11100 1001001 110100

Color Harmonies of #DE7D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D29

Black with #DE7D29

Text Example


Text Example

White with #DE7D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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