Html Css Color HEX #DE6B24 Tahiti Gold

📋 copy color: '#DE6B24'

red 222 ◦ green 107 ◦ blue 36

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

Shades of Tahiti Gold #DE6B24

Tints of Tahiti Gold #DE6B24

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

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

R = 60.82%
G = 29.32%
B = 9.86%

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

#DE6B24 (or 0xDE6B24) is known color: Tahiti Gold. HEX triplet: DE, 6B and 24. RGB value is (222,107,36). Sum of RGB (Red+Green+Blue) = 222+107+36=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6B24 is #2194DB. Grayscale: #858585. Windows color (decimal): -2200796 or 2386910. OLE color: 2386910.

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

Color convert

RGB 222 107 36 -
CMYK 0 0.52 0.84 0.13
HSL 22.9º 0.74% 0.51% -
HSV(B) 22.9º 0.84% 0.87% -
XYZ 35.7 26.17 4.84 -
YUV 133.29 73.1 191.27 -
System Red Green Blue C M Y K H S L
Decimal 222 107 36 0 0.52 0.84 0.13 22.9 0.74 0.51
Hex DE 6B 24 0 34 54 D 17 4A 33
Octal 336 153 44 0 64 124 15 27 112 63
Binary 11011110 1101011 100100 0 110100 1010100 1101 10111 1001010 110011

Color Harmonies of #DE6B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6B24

Black with #DE6B24

Text Example


Text Example

White with #DE6B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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