Html Css Color HEX #DEA25F Porsche

📋 copy color: '#DEA25F'

red 222 ◦ green 162 ◦ blue 95

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

Shades of Porsche #DEA25F

Tints of Porsche #DEA25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.83%

R = 46.35%
G = 33.82%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DEA25F (or 0xDEA25F) is known color: Porsche. HEX triplet: DE, A2 and 5F. RGB value is (222,162,95). Sum of RGB (Red+Green+Blue) = 222+162+95=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA25F is #215DA0. Grayscale: #ACACAC. Windows color (decimal): -2186657 or 6267614. OLE color: 6267614.

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

Color convert

RGB 222 162 95 -
CMYK 0 0.27 0.57 0.13
HSL 31.65º 0.66% 0.62% -
HSV(B) 31.65º 0.57% 0.87% -
XYZ 45.11 42.2 16.59 -
YUV 172.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 222 162 95 0 0.27 0.57 0.13 31.65 0.66 0.62
Hex DE A2 5F 0 1B 39 D 20 42 3E
Octal 336 242 137 0 33 71 15 40 102 76
Binary 11011110 10100010 1011111 0 11011 111001 1101 100000 1000010 111110

Color Harmonies of #DEA25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA25F

Black with #DEA25F

Text Example


Text Example

White with #DEA25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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