Html Css Color HEX #DA9E6D Porsche

📋 copy color: '#DA9E6D'

red 218 ◦ green 158 ◦ blue 109

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

Shades of Porsche #DA9E6D

Tints of Porsche #DA9E6D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.58%

 BLUE value IS 109 (42.97% from 255) = 22.47%

R = 44.95%
G = 32.58%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA9E6D (or 0xDA9E6D) is known color: Porsche. HEX triplet: DA, 9E and 6D. RGB value is (218,158,109). Sum of RGB (Red+Green+Blue) = 218+158+109=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E6D is #256192. Grayscale: #AAAAAA. Windows color (decimal): -2449811 or 7184090. OLE color: 7184090.

HSL color Cylindrical-coordinate representation of color #DA9E6D: hue angle of 26.97º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA9E6D is Cyan = 0, Magento = 0.28, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 158 109 -
CMYK 0 0.28 0.5 0.15
HSL 26.97º 0.6% 0.64% -
HSV(B) 26.97º 0.5% 0.85% -
XYZ 43.9 40.46 19.96 -
YUV 170.35 93.38 161.98 -
System Red Green Blue C M Y K H S L
Decimal 218 158 109 0 0.28 0.5 0.15 26.97 0.6 0.64
Hex DA 9E 6D 0 1C 32 F 1B 3C 40
Octal 332 236 155 0 34 62 17 33 74 100
Binary 11011010 10011110 1101101 0 11100 110010 1111 11011 111100 1000000

Color Harmonies of #DA9E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E6D

Black with #DA9E6D

Text Example


Text Example

White with #DA9E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E6D; }

 p { color: rgb(218,158,109); }

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

background-color css

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

 a { background-color: rgb(218,158,109); }

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

border-color css

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

 span { border-color: rgb(218,158,109); }

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