Html Css Color HEX #DE7031 Tahiti Gold

📋 copy color: '#DE7031'

red 222 ◦ green 112 ◦ blue 49

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

Shades of Tahiti Gold #DE7031

Tints of Tahiti Gold #DE7031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.24%

 BLUE value IS 49 (19.53% from 255) = 12.79%

R = 57.96%
G = 29.24%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE7031 (or 0xDE7031) is known color: Tahiti Gold. HEX triplet: DE, 70 and 31. RGB value is (222,112,49). Sum of RGB (Red+Green+Blue) = 222+112+49=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7031 is #218FCE. Grayscale: #8A8A8A. Windows color (decimal): -2199503 or 3240158. OLE color: 3240158.

HSL color Cylindrical-coordinate representation of color #DE7031: hue angle of 21.85º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE7031 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 112 49 -
CMYK 0 0.50 0.78 0.13
HSL 21.85º 0.72% 0.53% -
HSV(B) 21.85º 0.78% 0.87% -
XYZ 36.47 27.34 6.26 -
YUV 137.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 222 112 49 0 0.50 0.78 0.13 21.85 0.72 0.53
Hex DE 70 31 0 32 4E D 16 48 35
Octal 336 160 61 0 62 116 15 26 110 65
Binary 11011110 1110000 110001 0 110010 1001110 1101 10110 1001000 110101

Color Harmonies of #DE7031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7031

Black with #DE7031

Text Example


Text Example

White with #DE7031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7031; }

 p { color: rgb(222,112,49); }

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

background-color css

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

 a { background-color: rgb(222,112,49); }

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

border-color css

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

 span { border-color: rgb(222,112,49); }

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