Html Css Color HEX #D99F64 Porsche

📋 copy color: '#D99F64'

red 217 ◦ green 159 ◦ blue 100

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

Shades of Porsche #D99F64

Tints of Porsche #D99F64

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.4%

 BLUE value IS 100 (39.45% from 255) = 21.01%

R = 45.59%
G = 33.4%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D99F64 (or 0xD99F64) is known color: Porsche. HEX triplet: D9, 9F and 64. RGB value is (217,159,100). Sum of RGB (Red+Green+Blue) = 217+159+100=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99F64 is #26609B. Grayscale: #A9A9A9. Windows color (decimal): -2515100 or 6594521. OLE color: 6594521.

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

Color convert

RGB 217 159 100 -
CMYK 0 0.27 0.54 0.15
HSL 30.26º 0.61% 0.62% -
HSV(B) 30.26º 0.54% 0.85% -
XYZ 43.31 40.47 17.58 -
YUV 169.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 217 159 100 0 0.27 0.54 0.15 30.26 0.61 0.62
Hex D9 9F 64 0 1B 36 F 1E 3D 3E
Octal 331 237 144 0 33 66 17 36 75 76
Binary 11011001 10011111 1100100 0 11011 110110 1111 11110 111101 111110

Color Harmonies of #D99F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F64

Black with #D99F64

Text Example


Text Example

White with #D99F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F64; }

 p { color: rgb(217,159,100); }

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

background-color css

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

 a { background-color: rgb(217,159,100); }

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

border-color css

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

 span { border-color: rgb(217,159,100); }

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