Html Css Color HEX #DA9C55 Porsche

📋 copy color: '#DA9C55'

red 218 ◦ green 156 ◦ blue 85

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

Shades of Porsche #DA9C55

Tints of Porsche #DA9C55

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.99%

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

R = 47.49%
G = 33.99%
B = 18.52%

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

#DA9C55 (or 0xDA9C55) is known color: Porsche. HEX triplet: DA, 9C and 55. RGB value is (218,156,85). Sum of RGB (Red+Green+Blue) = 218+156+85=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C55 is #2563AA. Grayscale: #A6A6A6. Windows color (decimal): -2450347 or 5610714. OLE color: 5610714.

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

Color convert

RGB 218 156 85 -
CMYK 0 0.28 0.61 0.15
HSL 32.03º 0.64% 0.59% -
HSV(B) 32.03º 0.61% 0.85% -
XYZ 42.44 39.34 13.95 -
YUV 166.44 82.04 164.77 -
System Red Green Blue C M Y K H S L
Decimal 218 156 85 0 0.28 0.61 0.15 32.03 0.64 0.59
Hex DA 9C 55 0 1C 3D F 20 40 3B
Octal 332 234 125 0 34 75 17 40 100 73
Binary 11011010 10011100 1010101 0 11100 111101 1111 100000 1000000 111011

Color Harmonies of #DA9C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C55

Black with #DA9C55

Text Example


Text Example

White with #DA9C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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