Html Css Color HEX #D99C62 Porsche

📋 copy color: '#D99C62'

red 217 ◦ green 156 ◦ blue 98

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

Shades of Porsche #D99C62

Tints of Porsche #D99C62

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.12%

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

R = 46.07%
G = 33.12%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D99C62 (or 0xD99C62) is known color: Porsche. HEX triplet: D9, 9C and 62. RGB value is (217,156,98). Sum of RGB (Red+Green+Blue) = 217+156+98=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C62 is #26639D. Grayscale: #A7A7A7. Windows color (decimal): -2515870 or 6462681. OLE color: 6462681.

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

Color convert

RGB 217 156 98 -
CMYK 0 0.28 0.55 0.15
HSL 29.24º 0.61% 0.62% -
HSV(B) 29.24º 0.55% 0.85% -
XYZ 42.71 39.41 16.91 -
YUV 167.63 88.71 163.22 -
System Red Green Blue C M Y K H S L
Decimal 217 156 98 0 0.28 0.55 0.15 29.24 0.61 0.62
Hex D9 9C 62 0 1C 37 F 1D 3D 3E
Octal 331 234 142 0 34 67 17 35 75 76
Binary 11011001 10011100 1100010 0 11100 110111 1111 11101 111101 111110

Color Harmonies of #D99C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C62

Black with #D99C62

Text Example


Text Example

White with #D99C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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