Html Css Color HEX #DA9F5E Porsche

📋 copy color: '#DA9F5E'

red 218 ◦ green 159 ◦ blue 94

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

Shades of Porsche #DA9F5E

Tints of Porsche #DA9F5E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.76%

 BLUE value IS 94 (37.11% from 255) = 19.96%

R = 46.28%
G = 33.76%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA9F5E (or 0xDA9F5E) is known color: Porsche. HEX triplet: DA, 9F and 5E. RGB value is (218,159,94). Sum of RGB (Red+Green+Blue) = 218+159+94=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9F5E is #2560A1. Grayscale: #A9A9A9. Windows color (decimal): -2449570 or 6201306. OLE color: 6201306.

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

Color convert

RGB 218 159 94 -
CMYK 0 0.27 0.57 0.15
HSL 31.45º 0.63% 0.61% -
HSV(B) 31.45º 0.57% 0.85% -
XYZ 43.33 40.51 16.13 -
YUV 169.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 218 159 94 0 0.27 0.57 0.15 31.45 0.63 0.61
Hex DA 9F 5E 0 1B 39 F 1F 3F 3D
Octal 332 237 136 0 33 71 17 37 77 75
Binary 11011010 10011111 1011110 0 11011 111001 1111 11111 111111 111101

Color Harmonies of #DA9F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9F5E

Black with #DA9F5E

Text Example


Text Example

White with #DA9F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9F5E; }

 p { color: rgb(218,159,94); }

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

background-color css

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

 a { background-color: rgb(218,159,94); }

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

border-color css

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

 span { border-color: rgb(218,159,94); }

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