Html Css Color HEX #DA9E55 Porsche

📋 copy color: '#DA9E55'

red 218 ◦ green 158 ◦ blue 85

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

Shades of Porsche #DA9E55

Tints of Porsche #DA9E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.44%

R = 47.29%
G = 34.27%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA9E55 (or 0xDA9E55) is known color: Porsche. HEX triplet: DA, 9E and 55. RGB value is (218,158,85). Sum of RGB (Red+Green+Blue) = 218+158+85=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E55 is #2561AA. Grayscale: #A7A7A7. Windows color (decimal): -2449835 or 5611226. OLE color: 5611226.

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

Color convert

RGB 218 158 85 -
CMYK 0 0.28 0.61 0.15
HSL 32.93º 0.64% 0.59% -
HSV(B) 32.93º 0.61% 0.85% -
XYZ 42.78 40.02 14.06 -
YUV 167.62 81.38 163.94 -
System Red Green Blue C M Y K H S L
Decimal 218 158 85 0 0.28 0.61 0.15 32.93 0.64 0.59
Hex DA 9E 55 0 1C 3D F 21 40 3B
Octal 332 236 125 0 34 75 17 41 100 73
Binary 11011010 10011110 1010101 0 11100 111101 1111 100001 1000000 111011

Color Harmonies of #DA9E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E55

Black with #DA9E55

Text Example


Text Example

White with #DA9E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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