Html Css Color HEX #DEA45A Porsche

📋 copy color: '#DEA45A'

red 222 ◦ green 164 ◦ blue 90

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

Shades of Porsche #DEA45A

Tints of Porsche #DEA45A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.45%

 BLUE value IS 90 (35.55% from 255) = 18.91%

R = 46.64%
G = 34.45%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DEA45A (or 0xDEA45A) is known color: Porsche. HEX triplet: DE, A4 and 5A. RGB value is (222,164,90). Sum of RGB (Red+Green+Blue) = 222+164+90=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA45A is #215BA5. Grayscale: #ADADAD. Windows color (decimal): -2186150 or 5940446. OLE color: 5940446.

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

Color convert

RGB 222 164 90 -
CMYK 0 0.26 0.59 0.13
HSL 33.64º 0.67% 0.61% -
HSV(B) 33.64º 0.59% 0.87% -
XYZ 45.25 42.82 15.55 -
YUV 172.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 222 164 90 0 0.26 0.59 0.13 33.64 0.67 0.61
Hex DE A4 5A 0 1A 3B D 22 43 3D
Octal 336 244 132 0 32 73 15 42 103 75
Binary 11011110 10100100 1011010 0 11010 111011 1101 100010 1000011 111101

Color Harmonies of #DEA45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA45A

Black with #DEA45A

Text Example


Text Example

White with #DEA45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA45A; }

 p { color: rgb(222,164,90); }

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

background-color css

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

 a { background-color: rgb(222,164,90); }

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

border-color css

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

 span { border-color: rgb(222,164,90); }

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