Html Css Color HEX #DE7C25 Tahiti Gold

📋 copy color: '#DE7C25'

red 222 ◦ green 124 ◦ blue 37

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

Shades of Tahiti Gold #DE7C25

Tints of Tahiti Gold #DE7C25

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.38%

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

R = 57.96%
G = 32.38%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DE7C25 (or 0xDE7C25) is known color: Tahiti Gold. HEX triplet: DE, 7C and 25. RGB value is (222,124,37). Sum of RGB (Red+Green+Blue) = 222+124+37=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7C25 is #2183DA. Grayscale: #8F8F8F. Windows color (decimal): -2196443 or 2456798. OLE color: 2456798.

HSL color Cylindrical-coordinate representation of color #DE7C25: hue angle of 28.22º 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 #DE7C25 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 124 37 -
CMYK 0 0.44 0.83 0.13
HSL 28.22º 0.74% 0.51% -
HSV(B) 28.22º 0.83% 0.87% -
XYZ 37.67 30.08 5.57 -
YUV 143.38 67.97 184.07 -
System Red Green Blue C M Y K H S L
Decimal 222 124 37 0 0.44 0.83 0.13 28.22 0.74 0.51
Hex DE 7C 25 0 2C 53 D 1C 4A 33
Octal 336 174 45 0 54 123 15 34 112 63
Binary 11011110 1111100 100101 0 101100 1010011 1101 11100 1001010 110011

Color Harmonies of #DE7C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7C25

Black with #DE7C25

Text Example


Text Example

White with #DE7C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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