Html Css Color HEX #DE712E Tahiti Gold

📋 copy color: '#DE712E'

red 222 ◦ green 113 ◦ blue 46

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

Shades of Tahiti Gold #DE712E

Tints of Tahiti Gold #DE712E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.07%

R = 58.27%
G = 29.66%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE712E (or 0xDE712E) is known color: Tahiti Gold. HEX triplet: DE, 71 and 2E. RGB value is (222,113,46). Sum of RGB (Red+Green+Blue) = 222+113+46=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE712E is #218ED1. Grayscale: #8A8A8A. Windows color (decimal): -2199250 or 3043806. OLE color: 3043806.

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

Color convert

RGB 222 113 46 -
CMYK 0 0.49 0.79 0.13
HSL 22.84º 0.73% 0.53% -
HSV(B) 22.84º 0.79% 0.87% -
XYZ 36.52 27.54 5.98 -
YUV 137.95 76.11 187.95 -
System Red Green Blue C M Y K H S L
Decimal 222 113 46 0 0.49 0.79 0.13 22.84 0.73 0.53
Hex DE 71 2E 0 31 4F D 17 49 35
Octal 336 161 56 0 61 117 15 27 111 65
Binary 11011110 1110001 101110 0 110001 1001111 1101 10111 1001001 110101

Color Harmonies of #DE712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE712E

Black with #DE712E

Text Example


Text Example

White with #DE712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE712E; }

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

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

background-color css

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

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

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

border-color css

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

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

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