Html Css Color HEX #DA9961 Porsche

📋 copy color: '#DA9961'

red 218 ◦ green 153 ◦ blue 97

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

Shades of Porsche #DA9961

Tints of Porsche #DA9961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.73%

R = 46.58%
G = 32.69%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA9961 (or 0xDA9961) is known color: Porsche. HEX triplet: DA, 99 and 61. RGB value is (218,153,97). Sum of RGB (Red+Green+Blue) = 218+153+97=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9961 is #25669E. Grayscale: #A6A6A6. Windows color (decimal): -2451103 or 6396378. OLE color: 6396378.

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

Color convert

RGB 218 153 97 -
CMYK 0 0.30 0.56 0.15
HSL 27.77º 0.62% 0.62% -
HSV(B) 27.77º 0.56% 0.85% -
XYZ 42.46 38.55 16.51 -
YUV 166.05 89.03 165.05 -
System Red Green Blue C M Y K H S L
Decimal 218 153 97 0 0.30 0.56 0.15 27.77 0.62 0.62
Hex DA 99 61 0 1E 38 F 1C 3E 3E
Octal 332 231 141 0 36 70 17 34 76 76
Binary 11011010 10011001 1100001 0 11110 111000 1111 11100 111110 111110

Color Harmonies of #DA9961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9961

Black with #DA9961

Text Example


Text Example

White with #DA9961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9961; }

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

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

background-color css

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

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

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

border-color css

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

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

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