Html Css Color HEX #DEA66A Porsche

📋 copy color: '#DEA66A'

red 222 ◦ green 166 ◦ blue 106

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

Shades of Porsche #DEA66A

Tints of Porsche #DEA66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.46%

R = 44.94%
G = 33.6%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DEA66A (or 0xDEA66A) is known color: Porsche. HEX triplet: DE, A6 and 6A. RGB value is (222,166,106). Sum of RGB (Red+Green+Blue) = 222+166+106=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA66A is #215995. Grayscale: #B0B0B0. Windows color (decimal): -2185622 or 6989534. OLE color: 6989534.

HSL color Cylindrical-coordinate representation of color #DEA66A: hue angle of 31.03º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEA66A is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 166 106 -
CMYK 0 0.25 0.52 0.13
HSL 31.03º 0.64% 0.64% -
HSV(B) 31.03º 0.52% 0.87% -
XYZ 46.36 43.84 19.65 -
YUV 175.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 222 166 106 0 0.25 0.52 0.13 31.03 0.64 0.64
Hex DE A6 6A 0 19 34 D 1F 40 40
Octal 336 246 152 0 31 64 15 37 100 100
Binary 11011110 10100110 1101010 0 11001 110100 1101 11111 1000000 1000000

Color Harmonies of #DEA66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA66A

Black with #DEA66A

Text Example


Text Example

White with #DEA66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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