Html Css Color HEX #DE7325 Tahiti Gold

📋 copy color: '#DE7325'

red 222 ◦ green 115 ◦ blue 37

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

Shades of Tahiti Gold #DE7325

Tints of Tahiti Gold #DE7325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.89%

R = 59.36%
G = 30.75%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DE7325 (or 0xDE7325) is known color: Tahiti Gold. HEX triplet: DE, 73 and 25. RGB value is (222,115,37). Sum of RGB (Red+Green+Blue) = 222+115+37=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7325 is #218CDA. Grayscale: #8A8A8A. Windows color (decimal): -2198747 or 2454494. OLE color: 2454494.

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

Color convert

RGB 222 115 37 -
CMYK 0 0.48 0.83 0.13
HSL 25.3º 0.74% 0.51% -
HSV(B) 25.3º 0.83% 0.87% -
XYZ 36.59 27.92 5.21 -
YUV 138.1 70.95 187.84 -
System Red Green Blue C M Y K H S L
Decimal 222 115 37 0 0.48 0.83 0.13 25.3 0.74 0.51
Hex DE 73 25 0 30 53 D 19 4A 33
Octal 336 163 45 0 60 123 15 31 112 63
Binary 11011110 1110011 100101 0 110000 1010011 1101 11001 1001010 110011

Color Harmonies of #DE7325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7325

Black with #DE7325

Text Example


Text Example

White with #DE7325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7325; }

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

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

background-color css

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

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

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

border-color css

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

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

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