Html Css Color HEX #DA9E5A Porsche

📋 copy color: '#DA9E5A'

red 218 ◦ green 158 ◦ blue 90

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

Shades of Porsche #DA9E5A

Tints of Porsche #DA9E5A

RGB

 RED value IS 218 (85.55% from 255) = 46.78%

 GREEN value IS 158 (62.11% from 255) = 33.91%

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

R = 46.78%
G = 33.91%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA9E5A (or 0xDA9E5A) is known color: Porsche. HEX triplet: DA, 9E and 5A. RGB value is (218,158,90). Sum of RGB (Red+Green+Blue) = 218+158+90=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E5A is #2561A5. Grayscale: #A8A8A8. Windows color (decimal): -2449830 or 5938906. OLE color: 5938906.

HSL color Cylindrical-coordinate representation of color #DA9E5A: hue angle of 31.88º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA9E5A is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 158 90 -
CMYK 0 0.28 0.59 0.15
HSL 31.88º 0.63% 0.6% -
HSV(B) 31.88º 0.59% 0.85% -
XYZ 42.99 40.1 15.15 -
YUV 168.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 218 158 90 0 0.28 0.59 0.15 31.88 0.63 0.6
Hex DA 9E 5A 0 1C 3B F 20 3F 3C
Octal 332 236 132 0 34 73 17 40 77 74
Binary 11011010 10011110 1011010 0 11100 111011 1111 100000 111111 111100

Color Harmonies of #DA9E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E5A

Black with #DA9E5A

Text Example


Text Example

White with #DA9E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E5A; }

 p { color: rgb(218,158,90); }

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

background-color css

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

 a { background-color: rgb(218,158,90); }

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

border-color css

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

 span { border-color: rgb(218,158,90); }

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