Html Css Color HEX #DE8024 Tahiti Gold

📋 copy color: '#DE8024'

red 222 ◦ green 128 ◦ blue 36

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

Shades of Tahiti Gold #DE8024

Tints of Tahiti Gold #DE8024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.16%

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

R = 57.51%
G = 33.16%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE8024 (or 0xDE8024) is known color: Tahiti Gold. HEX triplet: DE, 80 and 24. RGB value is (222,128,36). Sum of RGB (Red+Green+Blue) = 222+128+36=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8024 is #217FDB. Grayscale: #929292. Windows color (decimal): -2195420 or 2392286. OLE color: 2392286.

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

Color convert

RGB 222 128 36 -
CMYK 0 0.42 0.84 0.13
HSL 29.68º 0.74% 0.51% -
HSV(B) 29.68º 0.84% 0.87% -
XYZ 38.16 31.1 5.66 -
YUV 145.62 66.14 182.48 -
System Red Green Blue C M Y K H S L
Decimal 222 128 36 0 0.42 0.84 0.13 29.68 0.74 0.51
Hex DE 80 24 0 2A 54 D 1E 4A 33
Octal 336 200 44 0 52 124 15 36 112 63
Binary 11011110 10000000 100100 0 101010 1010100 1101 11110 1001010 110011

Color Harmonies of #DE8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8024

Black with #DE8024

Text Example


Text Example

White with #DE8024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8024; }

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

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

background-color css

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

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

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

border-color css

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

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

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