Html Css Color HEX #DEA464 Porsche

📋 copy color: '#DEA464'

red 222 ◦ green 164 ◦ blue 100

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

Shades of Porsche #DEA464

Tints of Porsche #DEA464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.74%

 BLUE value IS 100 (39.45% from 255) = 20.58%

R = 45.68%
G = 33.74%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DEA464 (or 0xDEA464) is known color: Porsche. HEX triplet: DE, A4 and 64. RGB value is (222,164,100). Sum of RGB (Red+Green+Blue) = 222+164+100=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA464 is #215B9B. Grayscale: #AEAEAE. Windows color (decimal): -2186140 or 6595806. OLE color: 6595806.

HSL color Cylindrical-coordinate representation of color #DEA464: hue angle of 31.48º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEA464 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 164 100 -
CMYK 0 0.26 0.55 0.13
HSL 31.48º 0.65% 0.63% -
HSV(B) 31.48º 0.55% 0.87% -
XYZ 45.7 43 17.95 -
YUV 174.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 222 164 100 0 0.26 0.55 0.13 31.48 0.65 0.63
Hex DE A4 64 0 1A 37 D 1F 41 3F
Octal 336 244 144 0 32 67 15 37 101 77
Binary 11011110 10100100 1100100 0 11010 110111 1101 11111 1000001 111111

Color Harmonies of #DEA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA464

Black with #DEA464

Text Example


Text Example

White with #DEA464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA464; }

 p { color: rgb(222,164,100); }

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

background-color css

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

 a { background-color: rgb(222,164,100); }

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

border-color css

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

 span { border-color: rgb(222,164,100); }

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