Html Css Color HEX #DE6A24 Tahiti Gold

📋 copy color: '#DE6A24'

red 222 ◦ green 106 ◦ blue 36

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

Shades of Tahiti Gold #DE6A24

Tints of Tahiti Gold #DE6A24

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

 BLUE value IS 36 (14.45% from 255) = 9.89%

R = 60.99%
G = 29.12%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE6A24 (or 0xDE6A24) is known color: Tahiti Gold. HEX triplet: DE, 6A and 24. RGB value is (222,106,36). Sum of RGB (Red+Green+Blue) = 222+106+36=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6A24 is #2195DB. Grayscale: #858585. Windows color (decimal): -2201052 or 2386654. OLE color: 2386654.

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

Color convert

RGB 222 106 36 -
CMYK 0 0.52 0.84 0.13
HSL 22.58º 0.74% 0.51% -
HSV(B) 22.58º 0.84% 0.87% -
XYZ 35.6 25.97 4.8 -
YUV 132.7 73.43 191.69 -
System Red Green Blue C M Y K H S L
Decimal 222 106 36 0 0.52 0.84 0.13 22.58 0.74 0.51
Hex DE 6A 24 0 34 54 D 17 4A 33
Octal 336 152 44 0 64 124 15 27 112 63
Binary 11011110 1101010 100100 0 110100 1010100 1101 10111 1001010 110011

Color Harmonies of #DE6A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6A24

Black with #DE6A24

Text Example


Text Example

White with #DE6A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6A24; }

 p { color: rgb(222,106,36); }

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

background-color css

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

 a { background-color: rgb(222,106,36); }

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

border-color css

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

 span { border-color: rgb(222,106,36); }

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