Html Css Color HEX #DA995A Porsche

📋 copy color: '#DA995A'

red 218 ◦ green 153 ◦ blue 90

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

Shades of Porsche #DA995A

Tints of Porsche #DA995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.52%

R = 47.29%
G = 33.19%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA995A (or 0xDA995A) is known color: Porsche. HEX triplet: DA, 99 and 5A. RGB value is (218,153,90). Sum of RGB (Red+Green+Blue) = 218+153+90=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA995A is #2566A5. Grayscale: #A5A5A5. Windows color (decimal): -2451110 or 5937626. OLE color: 5937626.

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

Color convert

RGB 218 153 90 -
CMYK 0 0.30 0.59 0.15
HSL 29.53º 0.63% 0.6% -
HSV(B) 29.53º 0.59% 0.85% -
XYZ 42.15 38.43 14.87 -
YUV 165.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 218 153 90 0 0.30 0.59 0.15 29.53 0.63 0.6
Hex DA 99 5A 0 1E 3B F 1E 3F 3C
Octal 332 231 132 0 36 73 17 36 77 74
Binary 11011010 10011001 1011010 0 11110 111011 1111 11110 111111 111100

Color Harmonies of #DA995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA995A

Black with #DA995A

Text Example


Text Example

White with #DA995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA995A; }

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

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

background-color css

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

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

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

border-color css

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

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

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