Html Css Color HEX #DA9D58 Porsche

📋 copy color: '#DA9D58'

red 218 ◦ green 157 ◦ blue 88

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

Shades of Porsche #DA9D58

Tints of Porsche #DA9D58

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.91%

 BLUE value IS 88 (34.77% from 255) = 19.01%

R = 47.08%
G = 33.91%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA9D58 (or 0xDA9D58) is known color: Porsche. HEX triplet: DA, 9D and 58. RGB value is (218,157,88). Sum of RGB (Red+Green+Blue) = 218+157+88=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9D58 is #2562A7. Grayscale: #A7A7A7. Windows color (decimal): -2450088 or 5807578. OLE color: 5807578.

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

Color convert

RGB 218 157 88 -
CMYK 0 0.28 0.60 0.15
HSL 31.85º 0.64% 0.6% -
HSV(B) 31.85º 0.6% 0.85% -
XYZ 42.73 39.72 14.65 -
YUV 167.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 218 157 88 0 0.28 0.60 0.15 31.85 0.64 0.6
Hex DA 9D 58 0 1C 3C F 20 40 3C
Octal 332 235 130 0 34 74 17 40 100 74
Binary 11011010 10011101 1011000 0 11100 111100 1111 100000 1000000 111100

Color Harmonies of #DA9D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9D58

Black with #DA9D58

Text Example


Text Example

White with #DA9D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9D58; }

 p { color: rgb(218,157,88); }

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

background-color css

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

 a { background-color: rgb(218,157,88); }

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

border-color css

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

 span { border-color: rgb(218,157,88); }

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