Html Css Color HEX #DA995E Porsche

📋 copy color: '#DA995E'

red 218 ◦ green 153 ◦ blue 94

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

Shades of Porsche #DA995E

Tints of Porsche #DA995E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.22%

R = 46.88%
G = 32.9%
B = 20.22%

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

#DA995E (or 0xDA995E) is known color: Porsche. HEX triplet: DA, 99 and 5E. RGB value is (218,153,94). Sum of RGB (Red+Green+Blue) = 218+153+94=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA995E is #2566A1. Grayscale: #A6A6A6. Windows color (decimal): -2451106 or 6199770. OLE color: 6199770.

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

Color convert

RGB 218 153 94 -
CMYK 0 0.30 0.57 0.15
HSL 28.55º 0.63% 0.61% -
HSV(B) 28.55º 0.57% 0.85% -
XYZ 42.33 38.5 15.79 -
YUV 165.71 87.53 165.3 -
System Red Green Blue C M Y K H S L
Decimal 218 153 94 0 0.30 0.57 0.15 28.55 0.63 0.61
Hex DA 99 5E 0 1E 39 F 1D 3F 3D
Octal 332 231 136 0 36 71 17 35 77 75
Binary 11011010 10011001 1011110 0 11110 111001 1111 11101 111111 111101

Color Harmonies of #DA995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA995E

Black with #DA995E

Text Example


Text Example

White with #DA995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA995E; }

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

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

background-color css

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

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

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

border-color css

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

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

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