Html Css Color HEX #DA9E50 Porsche

📋 copy color: '#DA9E50'

red 218 ◦ green 158 ◦ blue 80

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

Shades of Porsche #DA9E50

Tints of Porsche #DA9E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.54%

R = 47.81%
G = 34.65%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA9E50 (or 0xDA9E50) is known color: Porsche. HEX triplet: DA, 9E and 50. RGB value is (218,158,80). Sum of RGB (Red+Green+Blue) = 218+158+80=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E50 is #2561AF. Grayscale: #A7A7A7. Windows color (decimal): -2449840 or 5283546. OLE color: 5283546.

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

Color convert

RGB 218 158 80 -
CMYK 0 0.28 0.63 0.15
HSL 33.91º 0.65% 0.58% -
HSV(B) 33.91º 0.63% 0.85% -
XYZ 42.59 39.94 13.05 -
YUV 167.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 218 158 80 0 0.28 0.63 0.15 33.91 0.65 0.58
Hex DA 9E 50 0 1C 3F F 22 41 3A
Octal 332 236 120 0 34 77 17 42 101 72
Binary 11011010 10011110 1010000 0 11100 111111 1111 100010 1000001 111010

Color Harmonies of #DA9E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E50

Black with #DA9E50

Text Example


Text Example

White with #DA9E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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