Html Css Color HEX #DEA564 Porsche

📋 copy color: '#DEA564'

red 222 ◦ green 165 ◦ blue 100

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

Shades of Porsche #DEA564

Tints of Porsche #DEA564

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.88%

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

R = 45.59%
G = 33.88%
B = 20.53%

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

#DEA564 (or 0xDEA564) is known color: Porsche. HEX triplet: DE, A5 and 64. RGB value is (222,165,100). Sum of RGB (Red+Green+Blue) = 222+165+100=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA564 is #215A9B. Grayscale: #AEAEAE. Windows color (decimal): -2185884 or 6596062. OLE color: 6596062.

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

Color convert

RGB 222 165 100 -
CMYK 0 0.26 0.55 0.13
HSL 31.97º 0.65% 0.63% -
HSV(B) 31.97º 0.55% 0.87% -
XYZ 45.88 43.36 18.01 -
YUV 174.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 222 165 100 0 0.26 0.55 0.13 31.97 0.65 0.63
Hex DE A5 64 0 1A 37 D 20 41 3F
Octal 336 245 144 0 32 67 15 40 101 77
Binary 11011110 10100101 1100100 0 11010 110111 1101 100000 1000001 111111

Color Harmonies of #DEA564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA564

Black with #DEA564

Text Example


Text Example

White with #DEA564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA564; }

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

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

background-color css

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

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

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

border-color css

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

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

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