Html Css Color HEX #D9A35B Porsche

📋 copy color: '#D9A35B'

red 217 ◦ green 163 ◦ blue 91

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

Shades of Porsche #D9A35B

Tints of Porsche #D9A35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.32%

R = 46.07%
G = 34.61%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9A35B (or 0xD9A35B) is known color: Porsche. HEX triplet: D9, A3 and 5B. RGB value is (217,163,91). Sum of RGB (Red+Green+Blue) = 217+163+91=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A35B is #265CA4. Grayscale: #ABABAB. Windows color (decimal): -2514085 or 6005721. OLE color: 6005721.

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

Color convert

RGB 217 163 91 -
CMYK 0 0.25 0.58 0.15
HSL 34.29º 0.62% 0.6% -
HSV(B) 34.29º 0.58% 0.85% -
XYZ 43.6 41.7 15.65 -
YUV 170.94 82.89 160.85 -
System Red Green Blue C M Y K H S L
Decimal 217 163 91 0 0.25 0.58 0.15 34.29 0.62 0.6
Hex D9 A3 5B 0 19 3A F 22 3E 3C
Octal 331 243 133 0 31 72 17 42 76 74
Binary 11011001 10100011 1011011 0 11001 111010 1111 100010 111110 111100

Color Harmonies of #D9A35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A35B

Black with #D9A35B

Text Example


Text Example

White with #D9A35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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