Html Css Color HEX #D99953 Porsche

📋 copy color: '#D99953'

red 217 ◦ green 153 ◦ blue 83

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

Shades of Porsche #D99953

Tints of Porsche #D99953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.32%

R = 47.9%
G = 33.77%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99953 (or 0xD99953) is known color: Porsche. HEX triplet: D9, 99 and 53. RGB value is (217,153,83). Sum of RGB (Red+Green+Blue) = 217+153+83=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D99953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99953 is #2666AC. Grayscale: #A4A4A4. Windows color (decimal): -2516653 or 5478873. OLE color: 5478873.

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

Color convert

RGB 217 153 83 -
CMYK 0 0.29 0.62 0.15
HSL 31.34º 0.64% 0.59% -
HSV(B) 31.34º 0.62% 0.85% -
XYZ 41.57 38.16 13.36 -
YUV 164.16 82.2 165.69 -
System Red Green Blue C M Y K H S L
Decimal 217 153 83 0 0.29 0.62 0.15 31.34 0.64 0.59
Hex D9 99 53 0 1D 3E F 1F 40 3B
Octal 331 231 123 0 35 76 17 37 100 73
Binary 11011001 10011001 1010011 0 11101 111110 1111 11111 1000000 111011

Color Harmonies of #D99953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99953

Black with #D99953

Text Example


Text Example

White with #D99953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99953; }

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

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

background-color css

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

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

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

border-color css

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

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

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