Html Css Color HEX #D9A35F Porsche

📋 copy color: '#D9A35F'

red 217 ◦ green 163 ◦ blue 95

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

Shades of Porsche #D9A35F

Tints of Porsche #D9A35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.32%

 BLUE value IS 95 (37.5% from 255) = 20%

R = 45.68%
G = 34.32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9A35F (or 0xD9A35F) is known color: Porsche. HEX triplet: D9, A3 and 5F. RGB value is (217,163,95). Sum of RGB (Red+Green+Blue) = 217+163+95=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A35F is #265CA0. Grayscale: #ABABAB. Windows color (decimal): -2514081 or 6267865. OLE color: 6267865.

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

Color convert

RGB 217 163 95 -
CMYK 0 0.25 0.56 0.15
HSL 33.44º 0.62% 0.61% -
HSV(B) 33.44º 0.56% 0.85% -
XYZ 43.78 41.77 16.58 -
YUV 171.39 84.89 160.53 -
System Red Green Blue C M Y K H S L
Decimal 217 163 95 0 0.25 0.56 0.15 33.44 0.62 0.61
Hex D9 A3 5F 0 19 38 F 21 3E 3D
Octal 331 243 137 0 31 70 17 41 76 75
Binary 11011001 10100011 1011111 0 11001 111000 1111 100001 111110 111101

Color Harmonies of #D9A35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A35F

Black with #D9A35F

Text Example


Text Example

White with #D9A35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A35F; }

 p { color: rgb(217,163,95); }

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

background-color css

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

 a { background-color: rgb(217,163,95); }

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

border-color css

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

 span { border-color: rgb(217,163,95); }

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