Html Css Color HEX #DEA660 Porsche

📋 copy color: '#DEA660'

red 222 ◦ green 166 ◦ blue 96

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

Shades of Porsche #DEA660

Tints of Porsche #DEA660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.3%

 BLUE value IS 96 (37.89% from 255) = 19.83%

R = 45.87%
G = 34.3%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DEA660 (or 0xDEA660) is known color: Porsche. HEX triplet: DE, A6 and 60. RGB value is (222,166,96). Sum of RGB (Red+Green+Blue) = 222+166+96=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA660 is #21599F. Grayscale: #AFAFAF. Windows color (decimal): -2185632 or 6334174. OLE color: 6334174.

HSL color Cylindrical-coordinate representation of color #DEA660: hue angle of 33.33º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEA660 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 166 96 -
CMYK 0 0.25 0.57 0.13
HSL 33.33º 0.66% 0.62% -
HSV(B) 33.33º 0.57% 0.87% -
XYZ 45.87 43.65 17.07 -
YUV 174.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 222 166 96 0 0.25 0.57 0.13 33.33 0.66 0.62
Hex DE A6 60 0 19 39 D 21 42 3E
Octal 336 246 140 0 31 71 15 41 102 76
Binary 11011110 10100110 1100000 0 11001 111001 1101 100001 1000010 111110

Color Harmonies of #DEA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA660

Black with #DEA660

Text Example


Text Example

White with #DEA660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA660; }

 p { color: rgb(222,166,96); }

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

background-color css

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

 a { background-color: rgb(222,166,96); }

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

border-color css

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

 span { border-color: rgb(222,166,96); }

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