Html Css Color HEX #DA985C Porsche

📋 copy color: '#DA985C'

red 218 ◦ green 152 ◦ blue 92

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

Shades of Porsche #DA985C

Tints of Porsche #DA985C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.91%

R = 47.19%
G = 32.9%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA985C (or 0xDA985C) is known color: Porsche. HEX triplet: DA, 98 and 5C. RGB value is (218,152,92). Sum of RGB (Red+Green+Blue) = 218+152+92=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA985C is #2567A3. Grayscale: #A5A5A5. Windows color (decimal): -2451364 or 6068442. OLE color: 6068442.

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

Color convert

RGB 218 152 92 -
CMYK 0 0.30 0.58 0.15
HSL 28.57º 0.63% 0.61% -
HSV(B) 28.57º 0.58% 0.85% -
XYZ 42.07 38.13 15.27 -
YUV 164.89 86.87 165.88 -
System Red Green Blue C M Y K H S L
Decimal 218 152 92 0 0.30 0.58 0.15 28.57 0.63 0.61
Hex DA 98 5C 0 1E 3A F 1D 3F 3D
Octal 332 230 134 0 36 72 17 35 77 75
Binary 11011010 10011000 1011100 0 11110 111010 1111 11101 111111 111101

Color Harmonies of #DA985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA985C

Black with #DA985C

Text Example


Text Example

White with #DA985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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