Html Css Color HEX #DEA05C Porsche

📋 copy color: '#DEA05C'

red 222 ◦ green 160 ◦ blue 92

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

Shades of Porsche #DEA05C

Tints of Porsche #DEA05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.76%

 BLUE value IS 92 (36.33% from 255) = 19.41%

R = 46.84%
G = 33.76%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DEA05C (or 0xDEA05C) is known color: Porsche. HEX triplet: DE, A0 and 5C. RGB value is (222,160,92). Sum of RGB (Red+Green+Blue) = 222+160+92=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA05C is #215FA3. Grayscale: #ABABAB. Windows color (decimal): -2187172 or 6070494. OLE color: 6070494.

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

Color convert

RGB 222 160 92 -
CMYK 0 0.28 0.59 0.13
HSL 31.38º 0.66% 0.62% -
HSV(B) 31.38º 0.59% 0.87% -
XYZ 44.63 41.44 15.77 -
YUV 170.79 83.54 164.53 -
System Red Green Blue C M Y K H S L
Decimal 222 160 92 0 0.28 0.59 0.13 31.38 0.66 0.62
Hex DE A0 5C 0 1C 3B D 1F 42 3E
Octal 336 240 134 0 34 73 15 37 102 76
Binary 11011110 10100000 1011100 0 11100 111011 1101 11111 1000010 111110

Color Harmonies of #DEA05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA05C

Black with #DEA05C

Text Example


Text Example

White with #DEA05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA05C; }

 p { color: rgb(222,160,92); }

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

background-color css

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

 a { background-color: rgb(222,160,92); }

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

border-color css

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

 span { border-color: rgb(222,160,92); }

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