Html Css Color HEX #DA975C Porsche

📋 copy color: '#DA975C'

red 218 ◦ green 151 ◦ blue 92

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

Shades of Porsche #DA975C

Tints of Porsche #DA975C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.75%

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

R = 47.29%
G = 32.75%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA975C (or 0xDA975C) is known color: Porsche. HEX triplet: DA, 97 and 5C. RGB value is (218,151,92). Sum of RGB (Red+Green+Blue) = 218+151+92=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA975C is #2568A3. Grayscale: #A4A4A4. Windows color (decimal): -2451620 or 6068186. OLE color: 6068186.

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

Color convert

RGB 218 151 92 -
CMYK 0 0.31 0.58 0.15
HSL 28.1º 0.63% 0.61% -
HSV(B) 28.1º 0.58% 0.85% -
XYZ 41.91 37.81 15.21 -
YUV 164.31 87.2 166.3 -
System Red Green Blue C M Y K H S L
Decimal 218 151 92 0 0.31 0.58 0.15 28.1 0.63 0.61
Hex DA 97 5C 0 1F 3A F 1C 3F 3D
Octal 332 227 134 0 37 72 17 34 77 75
Binary 11011010 10010111 1011100 0 11111 111010 1111 11100 111111 111101

Color Harmonies of #DA975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA975C

Black with #DA975C

Text Example


Text Example

White with #DA975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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