Html Css Color HEX #DA995D Porsche

📋 copy color: '#DA995D'

red 218 ◦ green 153 ◦ blue 93

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

Shades of Porsche #DA995D

Tints of Porsche #DA995D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.04%

R = 46.98%
G = 32.97%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA995D (or 0xDA995D) is known color: Porsche. HEX triplet: DA, 99 and 5D. RGB value is (218,153,93). Sum of RGB (Red+Green+Blue) = 218+153+93=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA995D is #2566A2. Grayscale: #A5A5A5. Windows color (decimal): -2451107 or 6134234. OLE color: 6134234.

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

Color convert

RGB 218 153 93 -
CMYK 0 0.30 0.57 0.15
HSL 28.8º 0.63% 0.61% -
HSV(B) 28.8º 0.57% 0.85% -
XYZ 42.28 38.48 15.55 -
YUV 165.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 218 153 93 0 0.30 0.57 0.15 28.8 0.63 0.61
Hex DA 99 5D 0 1E 39 F 1D 3F 3D
Octal 332 231 135 0 36 71 17 35 77 75
Binary 11011010 10011001 1011101 0 11110 111001 1111 11101 111111 111101

Color Harmonies of #DA995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA995D

Black with #DA995D

Text Example


Text Example

White with #DA995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA995D; }

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

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

background-color css

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

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

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

border-color css

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

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

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