Html Css Color HEX #DA9E5D Porsche

📋 copy color: '#DA9E5D'

red 218 ◦ green 158 ◦ blue 93

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

Shades of Porsche #DA9E5D

Tints of Porsche #DA9E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.83%

R = 46.48%
G = 33.69%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA9E5D (or 0xDA9E5D) is known color: Porsche. HEX triplet: DA, 9E and 5D. RGB value is (218,158,93). Sum of RGB (Red+Green+Blue) = 218+158+93=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E5D is #2561A2. Grayscale: #A8A8A8. Windows color (decimal): -2449827 or 6135514. OLE color: 6135514.

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

Color convert

RGB 218 158 93 -
CMYK 0 0.28 0.57 0.15
HSL 31.2º 0.63% 0.61% -
HSV(B) 31.2º 0.57% 0.85% -
XYZ 43.12 40.15 15.83 -
YUV 168.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 218 158 93 0 0.28 0.57 0.15 31.2 0.63 0.61
Hex DA 9E 5D 0 1C 39 F 1F 3F 3D
Octal 332 236 135 0 34 71 17 37 77 75
Binary 11011010 10011110 1011101 0 11100 111001 1111 11111 111111 111101

Color Harmonies of #DA9E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E5D

Black with #DA9E5D

Text Example


Text Example

White with #DA9E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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