Html Css Color HEX #DA9E5B Porsche

📋 copy color: '#DA9E5B'

red 218 ◦ green 158 ◦ blue 91

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

Shades of Porsche #DA9E5B

Tints of Porsche #DA9E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.49%

R = 46.68%
G = 33.83%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA9E5B (or 0xDA9E5B) is known color: Porsche. HEX triplet: DA, 9E and 5B. RGB value is (218,158,91). Sum of RGB (Red+Green+Blue) = 218+158+91=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E5B is #2561A4. Grayscale: #A8A8A8. Windows color (decimal): -2449829 or 6004442. OLE color: 6004442.

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

Color convert

RGB 218 158 91 -
CMYK 0 0.28 0.58 0.15
HSL 31.65º 0.63% 0.61% -
HSV(B) 31.65º 0.58% 0.85% -
XYZ 43.03 40.11 15.37 -
YUV 168.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 218 158 91 0 0.28 0.58 0.15 31.65 0.63 0.61
Hex DA 9E 5B 0 1C 3A F 20 3F 3D
Octal 332 236 133 0 34 72 17 40 77 75
Binary 11011010 10011110 1011011 0 11100 111010 1111 100000 111111 111101

Color Harmonies of #DA9E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E5B

Black with #DA9E5B

Text Example


Text Example

White with #DA9E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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