Html Css Color HEX #DEA255 Porsche

📋 copy color: '#DEA255'

red 222 ◦ green 162 ◦ blue 85

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

Shades of Porsche #DEA255

Tints of Porsche #DEA255

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.54%

 BLUE value IS 85 (33.59% from 255) = 18.12%

R = 47.33%
G = 34.54%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DEA255 (or 0xDEA255) is known color: Porsche. HEX triplet: DE, A2 and 55. RGB value is (222,162,85). Sum of RGB (Red+Green+Blue) = 222+162+85=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA255 is #215DAA. Grayscale: #ABABAB. Windows color (decimal): -2186667 or 5612254. OLE color: 5612254.

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

Color convert

RGB 222 162 85 -
CMYK 0 0.27 0.62 0.13
HSL 33.72º 0.67% 0.6% -
HSV(B) 33.72º 0.62% 0.87% -
XYZ 44.68 42.03 14.35 -
YUV 171.16 79.38 164.26 -
System Red Green Blue C M Y K H S L
Decimal 222 162 85 0 0.27 0.62 0.13 33.72 0.67 0.6
Hex DE A2 55 0 1B 3E D 22 43 3C
Octal 336 242 125 0 33 76 15 42 103 74
Binary 11011110 10100010 1010101 0 11011 111110 1101 100010 1000011 111100

Color Harmonies of #DEA255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA255

Black with #DEA255

Text Example


Text Example

White with #DEA255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA255; }

 p { color: rgb(222,162,85); }

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

background-color css

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

 a { background-color: rgb(222,162,85); }

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

border-color css

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

 span { border-color: rgb(222,162,85); }

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