Html Css Color HEX #DEA65F Porsche

📋 copy color: '#DEA65F'

red 222 ◦ green 166 ◦ blue 95

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

Shades of Porsche #DEA65F

Tints of Porsche #DEA65F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.37%

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

R = 45.96%
G = 34.37%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DEA65F (or 0xDEA65F) is known color: Porsche. HEX triplet: DE, A6 and 5F. RGB value is (222,166,95). Sum of RGB (Red+Green+Blue) = 222+166+95=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA65F is #2159A0. Grayscale: #AEAEAE. Windows color (decimal): -2185633 or 6268638. OLE color: 6268638.

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

Color convert

RGB 222 166 95 -
CMYK 0 0.25 0.57 0.13
HSL 33.54º 0.66% 0.62% -
HSV(B) 33.54º 0.57% 0.87% -
XYZ 45.83 43.63 16.83 -
YUV 174.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 222 166 95 0 0.25 0.57 0.13 33.54 0.66 0.62
Hex DE A6 5F 0 19 39 D 22 42 3E
Octal 336 246 137 0 31 71 15 42 102 76
Binary 11011110 10100110 1011111 0 11001 111001 1101 100010 1000010 111110

Color Harmonies of #DEA65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA65F

Black with #DEA65F

Text Example


Text Example

White with #DEA65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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