Html Css Color HEX #D9995A Porsche

📋 copy color: '#D9995A'

red 217 ◦ green 153 ◦ blue 90

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

Shades of Porsche #D9995A

Tints of Porsche #D9995A

RGB

 RED value IS 217 (85.16% from 255) = 47.17%

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

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

R = 47.17%
G = 33.26%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9995A (or 0xD9995A) is known color: Porsche. HEX triplet: D9, 99 and 5A. RGB value is (217,153,90). Sum of RGB (Red+Green+Blue) = 217+153+90=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9995A is #2666A5. Grayscale: #A5A5A5. Windows color (decimal): -2516646 or 5937625. OLE color: 5937625.

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

Color convert

RGB 217 153 90 -
CMYK 0 0.29 0.59 0.15
HSL 29.76º 0.63% 0.6% -
HSV(B) 29.76º 0.59% 0.85% -
XYZ 41.85 38.27 14.85 -
YUV 164.95 85.7 165.12 -
System Red Green Blue C M Y K H S L
Decimal 217 153 90 0 0.29 0.59 0.15 29.76 0.63 0.6
Hex D9 99 5A 0 1D 3B F 1E 3F 3C
Octal 331 231 132 0 35 73 17 36 77 74
Binary 11011001 10011001 1011010 0 11101 111011 1111 11110 111111 111100

Color Harmonies of #D9995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9995A

Black with #D9995A

Text Example


Text Example

White with #D9995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9995A; }

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

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

background-color css

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

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

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

border-color css

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

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

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