Html Css Color HEX #D8A25F Porsche

📋 copy color: '#D8A25F'

red 216 ◦ green 162 ◦ blue 95

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

Shades of Porsche #D8A25F

Tints of Porsche #D8A25F

RGB

 RED value IS 216 (84.77% from 255) = 45.67%

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

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

R = 45.67%
G = 34.25%
B = 20.08%

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

#D8A25F (or 0xD8A25F) is known color: Porsche. HEX triplet: D8, A2 and 5F. RGB value is (216,162,95). Sum of RGB (Red+Green+Blue) = 216+162+95=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A25F is #275DA0. Grayscale: #AAAAAA. Windows color (decimal): -2579873 or 6267608. OLE color: 6267608.

HSL color Cylindrical-coordinate representation of color #D8A25F: hue angle of 33.22º degrees, saturation: 0.61, 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 #D8A25F is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 162 95 -
CMYK 0 0.25 0.56 0.15
HSL 33.22º 0.61% 0.61% -
HSV(B) 33.22º 0.56% 0.85% -
XYZ 43.3 41.27 16.51 -
YUV 170.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 216 162 95 0 0.25 0.56 0.15 33.22 0.61 0.61
Hex D8 A2 5F 0 19 38 F 21 3D 3D
Octal 330 242 137 0 31 70 17 41 75 75
Binary 11011000 10100010 1011111 0 11001 111000 1111 100001 111101 111101

Color Harmonies of #D8A25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A25F

Black with #D8A25F

Text Example


Text Example

White with #D8A25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A25F; }

 p { color: rgb(216,162,95); }

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

background-color css

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

 a { background-color: rgb(216,162,95); }

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

border-color css

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

 span { border-color: rgb(216,162,95); }

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