Html Css Color HEX #D9A35A Porsche

📋 copy color: '#D9A35A'

red 217 ◦ green 163 ◦ blue 90

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

Shades of Porsche #D9A35A

Tints of Porsche #D9A35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.15%

R = 46.17%
G = 34.68%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9A35A (or 0xD9A35A) is known color: Porsche. HEX triplet: D9, A3 and 5A. RGB value is (217,163,90). Sum of RGB (Red+Green+Blue) = 217+163+90=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A35A is #265CA5. Grayscale: #ABABAB. Windows color (decimal): -2514086 or 5940185. OLE color: 5940185.

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

Color convert

RGB 217 163 90 -
CMYK 0 0.25 0.59 0.15
HSL 34.49º 0.63% 0.6% -
HSV(B) 34.49º 0.59% 0.85% -
XYZ 43.56 41.68 15.42 -
YUV 170.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 217 163 90 0 0.25 0.59 0.15 34.49 0.63 0.6
Hex D9 A3 5A 0 19 3B F 22 3F 3C
Octal 331 243 132 0 31 73 17 42 77 74
Binary 11011001 10100011 1011010 0 11001 111011 1111 100010 111111 111100

Color Harmonies of #D9A35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A35A

Black with #D9A35A

Text Example


Text Example

White with #D9A35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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