Html Css Color HEX #DA985E Porsche

📋 copy color: '#DA985E'

red 218 ◦ green 152 ◦ blue 94

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

Shades of Porsche #DA985E

Tints of Porsche #DA985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.76%

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

R = 46.98%
G = 32.76%
B = 20.26%

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

#DA985E (or 0xDA985E) is known color: Porsche. HEX triplet: DA, 98 and 5E. RGB value is (218,152,94). Sum of RGB (Red+Green+Blue) = 218+152+94=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA985E is #2567A1. Grayscale: #A5A5A5. Windows color (decimal): -2451362 or 6199514. OLE color: 6199514.

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

Color convert

RGB 218 152 94 -
CMYK 0 0.30 0.57 0.15
HSL 28.06º 0.63% 0.61% -
HSV(B) 28.06º 0.57% 0.85% -
XYZ 42.16 38.17 15.74 -
YUV 165.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 218 152 94 0 0.30 0.57 0.15 28.06 0.63 0.61
Hex DA 98 5E 0 1E 39 F 1C 3F 3D
Octal 332 230 136 0 36 71 17 34 77 75
Binary 11011010 10011000 1011110 0 11110 111001 1111 11100 111111 111101

Color Harmonies of #DA985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA985E

Black with #DA985E

Text Example


Text Example

White with #DA985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA985E; }

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

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

background-color css

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

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

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

border-color css

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

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

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