Html Css Color HEX #DA9450 Porsche

📋 copy color: '#DA9450'

red 218 ◦ green 148 ◦ blue 80

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

Shades of Porsche #DA9450

Tints of Porsche #DA9450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.18%

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

R = 48.88%
G = 33.18%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA9450 (or 0xDA9450) is known color: Porsche. HEX triplet: DA, 94 and 50. RGB value is (218,148,80). Sum of RGB (Red+Green+Blue) = 218+148+80=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9450 is #256BAF. Grayscale: #A1A1A1. Windows color (decimal): -2452400 or 5280986. OLE color: 5280986.

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

Color convert

RGB 218 148 80 -
CMYK 0 0.32 0.63 0.15
HSL 29.57º 0.65% 0.58% -
HSV(B) 29.57º 0.63% 0.85% -
XYZ 40.95 36.66 12.51 -
YUV 161.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 218 148 80 0 0.32 0.63 0.15 29.57 0.65 0.58
Hex DA 94 50 0 20 3F F 1E 41 3A
Octal 332 224 120 0 40 77 17 36 101 72
Binary 11011010 10010100 1010000 0 100000 111111 1111 11110 1000001 111010

Color Harmonies of #DA9450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9450

Black with #DA9450

Text Example


Text Example

White with #DA9450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9450; }

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

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

background-color css

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

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

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

border-color css

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

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

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