Html Css Color HEX #DA9850 Porsche

📋 copy color: '#DA9850'

red 218 ◦ green 152 ◦ blue 80

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

Shades of Porsche #DA9850

Tints of Porsche #DA9850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.78%

R = 48.44%
G = 33.78%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA9850 (or 0xDA9850) is known color: Porsche. HEX triplet: DA, 98 and 50. RGB value is (218,152,80). Sum of RGB (Red+Green+Blue) = 218+152+80=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9850 is #2567AF. Grayscale: #A3A3A3. Windows color (decimal): -2451376 or 5282010. OLE color: 5282010.

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

Color convert

RGB 218 152 80 -
CMYK 0 0.30 0.63 0.15
HSL 31.3º 0.65% 0.58% -
HSV(B) 31.3º 0.63% 0.85% -
XYZ 41.59 37.94 12.72 -
YUV 163.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 218 152 80 0 0.30 0.63 0.15 31.3 0.65 0.58
Hex DA 98 50 0 1E 3F F 1F 41 3A
Octal 332 230 120 0 36 77 17 37 101 72
Binary 11011010 10011000 1010000 0 11110 111111 1111 11111 1000001 111010

Color Harmonies of #DA9850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9850

Black with #DA9850

Text Example


Text Example

White with #DA9850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9850; }

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

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

background-color css

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

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

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

border-color css

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

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

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