Html Css Color HEX #DE7529 Tahiti Gold

📋 copy color: '#DE7529'

red 222 ◦ green 117 ◦ blue 41

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

Shades of Tahiti Gold #DE7529

Tints of Tahiti Gold #DE7529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.79%

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

R = 58.42%
G = 30.79%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE7529 (or 0xDE7529) is known color: Tahiti Gold. HEX triplet: DE, 75 and 29. RGB value is (222,117,41). Sum of RGB (Red+Green+Blue) = 222+117+41=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7529 is #218AD6. Grayscale: #8C8C8C. Windows color (decimal): -2198231 or 2717150. OLE color: 2717150.

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

Color convert

RGB 222 117 41 -
CMYK 0 0.47 0.82 0.13
HSL 25.19º 0.73% 0.52% -
HSV(B) 25.19º 0.82% 0.87% -
XYZ 36.89 28.41 5.64 -
YUV 139.73 72.29 186.68 -
System Red Green Blue C M Y K H S L
Decimal 222 117 41 0 0.47 0.82 0.13 25.19 0.73 0.52
Hex DE 75 29 0 2F 52 D 19 49 34
Octal 336 165 51 0 57 122 15 31 111 64
Binary 11011110 1110101 101001 0 101111 1010010 1101 11001 1001001 110100

Color Harmonies of #DE7529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7529

Black with #DE7529

Text Example


Text Example

White with #DE7529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7529; }

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

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

background-color css

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

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

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

border-color css

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

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

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