Html Css Color HEX #DA9955 Porsche

📋 copy color: '#DA9955'

red 218 ◦ green 153 ◦ blue 85

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

Shades of Porsche #DA9955

Tints of Porsche #DA9955

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.55%

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

R = 47.81%
G = 33.55%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA9955 (or 0xDA9955) is known color: Porsche. HEX triplet: DA, 99 and 55. RGB value is (218,153,85). Sum of RGB (Red+Green+Blue) = 218+153+85=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9955 is #2566AA. Grayscale: #A5A5A5. Windows color (decimal): -2451115 or 5609946. OLE color: 5609946.

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

Color convert

RGB 218 153 85 -
CMYK 0 0.30 0.61 0.15
HSL 30.68º 0.64% 0.59% -
HSV(B) 30.68º 0.61% 0.85% -
XYZ 41.94 38.34 13.78 -
YUV 164.68 83.03 166.03 -
System Red Green Blue C M Y K H S L
Decimal 218 153 85 0 0.30 0.61 0.15 30.68 0.64 0.59
Hex DA 99 55 0 1E 3D F 1F 40 3B
Octal 332 231 125 0 36 75 17 37 100 73
Binary 11011010 10011001 1010101 0 11110 111101 1111 11111 1000000 111011

Color Harmonies of #DA9955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9955

Black with #DA9955

Text Example


Text Example

White with #DA9955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9955; }

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

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

background-color css

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

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

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

border-color css

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

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

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