Html Css Color HEX #DE7221 Tahiti Gold

📋 copy color: '#DE7221'

red 222 ◦ green 114 ◦ blue 33

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

Shades of Tahiti Gold #DE7221

Tints of Tahiti Gold #DE7221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.94%

R = 60.16%
G = 30.89%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE7221 (or 0xDE7221) is known color: Tahiti Gold. HEX triplet: DE, 72 and 21. RGB value is (222,114,33). Sum of RGB (Red+Green+Blue) = 222+114+33=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7221 is #218DDE. Grayscale: #898989. Windows color (decimal): -2199007 or 2192094. OLE color: 2192094.

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

Color convert

RGB 222 114 33 -
CMYK 0 0.49 0.85 0.13
HSL 25.71º 0.74% 0.5% -
HSV(B) 25.71º 0.85% 0.87% -
XYZ 36.42 27.67 4.86 -
YUV 137.06 69.28 188.59 -
System Red Green Blue C M Y K H S L
Decimal 222 114 33 0 0.49 0.85 0.13 25.71 0.74 0.5
Hex DE 72 21 0 31 55 D 1A 4A 32
Octal 336 162 41 0 61 125 15 32 112 62
Binary 11011110 1110010 100001 0 110001 1010101 1101 11010 1001010 110010

Color Harmonies of #DE7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7221

Black with #DE7221

Text Example


Text Example

White with #DE7221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7221; }

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

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

background-color css

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

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

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

border-color css

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

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

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