Html Css Color HEX #D9A25C Porsche

📋 copy color: '#D9A25C'

red 217 ◦ green 162 ◦ blue 92

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

Shades of Porsche #D9A25C

Tints of Porsche #D9A25C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.39%

 BLUE value IS 92 (36.33% from 255) = 19.53%

R = 46.07%
G = 34.39%
B = 19.53%

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

#D9A25C (or 0xD9A25C) is known color: Porsche. HEX triplet: D9, A2 and 5C. RGB value is (217,162,92). Sum of RGB (Red+Green+Blue) = 217+162+92=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A25C is #265DA3. Grayscale: #AAAAAA. Windows color (decimal): -2514340 or 6071001. OLE color: 6071001.

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

Color convert

RGB 217 162 92 -
CMYK 0 0.25 0.58 0.15
HSL 33.6º 0.62% 0.61% -
HSV(B) 33.6º 0.58% 0.85% -
XYZ 43.47 41.37 15.82 -
YUV 170.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 217 162 92 0 0.25 0.58 0.15 33.6 0.62 0.61
Hex D9 A2 5C 0 19 3A F 22 3E 3D
Octal 331 242 134 0 31 72 17 42 76 75
Binary 11011001 10100010 1011100 0 11001 111010 1111 100010 111110 111101

Color Harmonies of #D9A25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A25C

Black with #D9A25C

Text Example


Text Example

White with #D9A25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A25C; }

 p { color: rgb(217,162,92); }

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

background-color css

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

 a { background-color: rgb(217,162,92); }

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

border-color css

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

 span { border-color: rgb(217,162,92); }

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