Html Css Color HEX #DE7028 Tahiti Gold

📋 copy color: '#DE7028'

red 222 ◦ green 112 ◦ blue 40

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

Shades of Tahiti Gold #DE7028

Tints of Tahiti Gold #DE7028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

 BLUE value IS 40 (16.02% from 255) = 10.7%

R = 59.36%
G = 29.95%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE7028 (or 0xDE7028) is known color: Tahiti Gold. HEX triplet: DE, 70 and 28. RGB value is (222,112,40). Sum of RGB (Red+Green+Blue) = 222+112+40=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7028 is #218FD7. Grayscale: #898989. Windows color (decimal): -2199512 or 2650334. OLE color: 2650334.

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

Color convert

RGB 222 112 40 -
CMYK 0 0.50 0.82 0.13
HSL 23.74º 0.73% 0.51% -
HSV(B) 23.74º 0.82% 0.87% -
XYZ 36.3 27.27 5.36 -
YUV 136.68 73.44 188.85 -
System Red Green Blue C M Y K H S L
Decimal 222 112 40 0 0.50 0.82 0.13 23.74 0.73 0.51
Hex DE 70 28 0 32 52 D 18 49 33
Octal 336 160 50 0 62 122 15 30 111 63
Binary 11011110 1110000 101000 0 110010 1010010 1101 11000 1001001 110011

Color Harmonies of #DE7028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7028

Black with #DE7028

Text Example


Text Example

White with #DE7028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7028; }

 p { color: rgb(222,112,40); }

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

background-color css

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

 a { background-color: rgb(222,112,40); }

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

border-color css

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

 span { border-color: rgb(222,112,40); }

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