Html Css Color HEX #DE7223 Tahiti Gold

📋 copy color: '#DE7223'

red 222 ◦ green 114 ◦ blue 35

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

Shades of Tahiti Gold #DE7223

Tints of Tahiti Gold #DE7223

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.73%

 BLUE value IS 35 (14.06% from 255) = 9.43%

R = 59.84%
G = 30.73%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE7223 (or 0xDE7223) is known color: Tahiti Gold. HEX triplet: DE, 72 and 23. RGB value is (222,114,35). Sum of RGB (Red+Green+Blue) = 222+114+35=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7223 is #218DDC. Grayscale: #898989. Windows color (decimal): -2199005 or 2323166. OLE color: 2323166.

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

Color convert

RGB 222 114 35 -
CMYK 0 0.49 0.84 0.13
HSL 25.35º 0.74% 0.5% -
HSV(B) 25.35º 0.84% 0.87% -
XYZ 36.44 27.69 5.01 -
YUV 137.29 70.28 188.42 -
System Red Green Blue C M Y K H S L
Decimal 222 114 35 0 0.49 0.84 0.13 25.35 0.74 0.5
Hex DE 72 23 0 31 54 D 19 4A 32
Octal 336 162 43 0 61 124 15 31 112 62
Binary 11011110 1110010 100011 0 110001 1010100 1101 11001 1001010 110010

Color Harmonies of #DE7223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7223

Black with #DE7223

Text Example


Text Example

White with #DE7223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7223; }

 p { color: rgb(222,114,35); }

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

background-color css

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

 a { background-color: rgb(222,114,35); }

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

border-color css

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

 span { border-color: rgb(222,114,35); }

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