Html Css Color HEX #DE7C1E Tahiti Gold

📋 copy color: '#DE7C1E'

red 222 ◦ green 124 ◦ blue 30

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

Shades of Tahiti Gold #DE7C1E

Tints of Tahiti Gold #DE7C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.98%

R = 59.04%
G = 32.98%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE7C1E (or 0xDE7C1E) is known color: Tahiti Gold. HEX triplet: DE, 7C and 1E. RGB value is (222,124,30). Sum of RGB (Red+Green+Blue) = 222+124+30=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7C1E is #2183E1. Grayscale: #8F8F8F. Windows color (decimal): -2196450 or 1998046. OLE color: 1998046.

HSL color Cylindrical-coordinate representation of color #DE7C1E: hue angle of 29.38º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE7C1E is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 124 30 -
CMYK 0 0.44 0.86 0.13
HSL 29.38º 0.76% 0.49% -
HSV(B) 29.38º 0.86% 0.87% -
XYZ 37.57 30.04 5.05 -
YUV 142.59 64.47 184.64 -
System Red Green Blue C M Y K H S L
Decimal 222 124 30 0 0.44 0.86 0.13 29.38 0.76 0.49
Hex DE 7C 1E 0 2C 56 D 1D 4C 31
Octal 336 174 36 0 54 126 15 35 114 61
Binary 11011110 1111100 11110 0 101100 1010110 1101 11101 1001100 110001

Color Harmonies of #DE7C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7C1E

Black with #DE7C1E

Text Example


Text Example

White with #DE7C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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