Html Css Color HEX #DE7320 Tahiti Gold

📋 copy color: '#DE7320'

red 222 ◦ green 115 ◦ blue 32

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

Shades of Tahiti Gold #DE7320

Tints of Tahiti Gold #DE7320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.17%

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 60.16%
G = 31.17%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE7320 (or 0xDE7320) is known color: Tahiti Gold. HEX triplet: DE, 73 and 20. RGB value is (222,115,32). Sum of RGB (Red+Green+Blue) = 222+115+32=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7320 is #218CDF. Grayscale: #898989. Windows color (decimal): -2198752 or 2126814. OLE color: 2126814.

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

Color convert

RGB 222 115 32 -
CMYK 0 0.48 0.86 0.13
HSL 26.21º 0.75% 0.5% -
HSV(B) 26.21º 0.86% 0.87% -
XYZ 36.52 27.9 4.83 -
YUV 137.53 68.45 188.25 -
System Red Green Blue C M Y K H S L
Decimal 222 115 32 0 0.48 0.86 0.13 26.21 0.75 0.5
Hex DE 73 20 0 30 56 D 1A 4B 32
Octal 336 163 40 0 60 126 15 32 113 62
Binary 11011110 1110011 100000 0 110000 1010110 1101 11010 1001011 110010

Color Harmonies of #DE7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7320

Black with #DE7320

Text Example


Text Example

White with #DE7320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7320; }

 p { color: rgb(222,115,32); }

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

background-color css

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

 a { background-color: rgb(222,115,32); }

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

border-color css

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

 span { border-color: rgb(222,115,32); }

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