Html Css Color HEX #DE771F Tahiti Gold

📋 copy color: '#DE771F'

red 222 ◦ green 119 ◦ blue 31

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

Shades of Tahiti Gold #DE771F

Tints of Tahiti Gold #DE771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.99%

 BLUE value IS 31 (12.5% from 255) = 8.33%

R = 59.68%
G = 31.99%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE771F (or 0xDE771F) is known color: Tahiti Gold. HEX triplet: DE, 77 and 1F. RGB value is (222,119,31). Sum of RGB (Red+Green+Blue) = 222+119+31=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE771F is #2188E0. Grayscale: #8C8C8C. Windows color (decimal): -2197729 or 2062302. OLE color: 2062302.

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

Color convert

RGB 222 119 31 -
CMYK 0 0.46 0.86 0.13
HSL 27.64º 0.75% 0.5% -
HSV(B) 27.64º 0.86% 0.87% -
XYZ 36.97 28.82 4.91 -
YUV 139.77 66.62 186.66 -
System Red Green Blue C M Y K H S L
Decimal 222 119 31 0 0.46 0.86 0.13 27.64 0.75 0.5
Hex DE 77 1F 0 2E 56 D 1C 4B 32
Octal 336 167 37 0 56 126 15 34 113 62
Binary 11011110 1110111 11111 0 101110 1010110 1101 11100 1001011 110010

Color Harmonies of #DE771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE771F

Black with #DE771F

Text Example


Text Example

White with #DE771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE771F; }

 p { color: rgb(222,119,31); }

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

background-color css

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

 a { background-color: rgb(222,119,31); }

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

border-color css

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

 span { border-color: rgb(222,119,31); }

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