Html Css Color HEX #D8A362 Porsche

📋 copy color: '#D8A362'

red 216 ◦ green 163 ◦ blue 98

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

Shades of Porsche #D8A362

Tints of Porsche #D8A362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.55%

R = 45.28%
G = 34.17%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8A362 (or 0xD8A362) is known color: Porsche. HEX triplet: D8, A3 and 62. RGB value is (216,163,98). Sum of RGB (Red+Green+Blue) = 216+163+98=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A362 is #275C9D. Grayscale: #ABABAB. Windows color (decimal): -2579614 or 6464472. OLE color: 6464472.

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

Color convert

RGB 216 163 98 -
CMYK 0 0.25 0.55 0.15
HSL 33.05º 0.6% 0.62% -
HSV(B) 33.05º 0.55% 0.85% -
XYZ 43.62 41.68 17.3 -
YUV 171.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 216 163 98 0 0.25 0.55 0.15 33.05 0.6 0.62
Hex D8 A3 62 0 19 37 F 21 3C 3E
Octal 330 243 142 0 31 67 17 41 74 76
Binary 11011000 10100011 1100010 0 11001 110111 1111 100001 111100 111110

Color Harmonies of #D8A362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A362

Black with #D8A362

Text Example


Text Example

White with #D8A362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A362; }

 p { color: rgb(216,163,98); }

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

background-color css

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

 a { background-color: rgb(216,163,98); }

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

border-color css

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

 span { border-color: rgb(216,163,98); }

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