Html Css Color HEX #D99962 Porsche

📋 copy color: '#D99962'

red 217 ◦ green 153 ◦ blue 98

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

Shades of Porsche #D99962

Tints of Porsche #D99962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.94%

R = 46.37%
G = 32.69%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D99962 (or 0xD99962) is known color: Porsche. HEX triplet: D9, 99 and 62. RGB value is (217,153,98). Sum of RGB (Red+Green+Blue) = 217+153+98=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D99962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99962 is #26669D. Grayscale: #A6A6A6. Windows color (decimal): -2516638 or 6461913. OLE color: 6461913.

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

Color convert

RGB 217 153 98 -
CMYK 0 0.29 0.55 0.15
HSL 27.73º 0.61% 0.62% -
HSV(B) 27.73º 0.55% 0.85% -
XYZ 42.21 38.42 16.75 -
YUV 165.87 89.7 164.47 -
System Red Green Blue C M Y K H S L
Decimal 217 153 98 0 0.29 0.55 0.15 27.73 0.61 0.62
Hex D9 99 62 0 1D 37 F 1C 3D 3E
Octal 331 231 142 0 35 67 17 34 75 76
Binary 11011001 10011001 1100010 0 11101 110111 1111 11100 111101 111110

Color Harmonies of #D99962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99962

Black with #D99962

Text Example


Text Example

White with #D99962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99962; }

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

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

background-color css

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

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

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

border-color css

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

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

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