Html Css Color HEX #DA9B50 Porsche

📋 copy color: '#DA9B50'

red 218 ◦ green 155 ◦ blue 80

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

Shades of Porsche #DA9B50

Tints of Porsche #DA9B50

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.22%

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

R = 48.12%
G = 34.22%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA9B50 (or 0xDA9B50) is known color: Porsche. HEX triplet: DA, 9B and 50. RGB value is (218,155,80). Sum of RGB (Red+Green+Blue) = 218+155+80=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9B50 is #2564AF. Grayscale: #A5A5A5. Windows color (decimal): -2450608 or 5282778. OLE color: 5282778.

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

Color convert

RGB 218 155 80 -
CMYK 0 0.29 0.63 0.15
HSL 32.61º 0.65% 0.58% -
HSV(B) 32.61º 0.63% 0.85% -
XYZ 42.08 38.93 12.89 -
YUV 165.29 79.87 165.6 -
System Red Green Blue C M Y K H S L
Decimal 218 155 80 0 0.29 0.63 0.15 32.61 0.65 0.58
Hex DA 9B 50 0 1D 3F F 21 41 3A
Octal 332 233 120 0 35 77 17 41 101 72
Binary 11011010 10011011 1010000 0 11101 111111 1111 100001 1000001 111010

Color Harmonies of #DA9B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9B50

Black with #DA9B50

Text Example


Text Example

White with #DA9B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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