Html Css Color HEX #DE8328 Tahiti Gold

📋 copy color: '#DE8328'

red 222 ◦ green 131 ◦ blue 40

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

Shades of Tahiti Gold #DE8328

Tints of Tahiti Gold #DE8328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 56.49%
G = 33.33%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE8328 (or 0xDE8328) is known color: Tahiti Gold. HEX triplet: DE, 83 and 28. RGB value is (222,131,40). Sum of RGB (Red+Green+Blue) = 222+131+40=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8328 is #217CD7. Grayscale: #949494. Windows color (decimal): -2194648 or 2655198. OLE color: 2655198.

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

Color convert

RGB 222 131 40 -
CMYK 0 0.41 0.82 0.13
HSL 30º 0.73% 0.51% -
HSV(B) 30º 0.82% 0.87% -
XYZ 38.62 31.92 6.13 -
YUV 147.84 67.15 180.9 -
System Red Green Blue C M Y K H S L
Decimal 222 131 40 0 0.41 0.82 0.13 30 0.73 0.51
Hex DE 83 28 0 29 52 D 1E 49 33
Octal 336 203 50 0 51 122 15 36 111 63
Binary 11011110 10000011 101000 0 101001 1010010 1101 11110 1001001 110011

Color Harmonies of #DE8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8328

Black with #DE8328

Text Example


Text Example

White with #DE8328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8328; }

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

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

background-color css

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

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

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

border-color css

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

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

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