Html Css Color HEX #D4A064 Porsche

📋 copy color: '#D4A064'

red 212 ◦ green 160 ◦ blue 100

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

Shades of Porsche #D4A064

Tints of Porsche #D4A064

RGB

 RED value IS 212 (83.2% from 255) = 44.92%

 GREEN value IS 160 (62.89% from 255) = 33.9%

 BLUE value IS 100 (39.45% from 255) = 21.19%

R = 44.92%
G = 33.9%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D4A064 (or 0xD4A064) is known color: Porsche. HEX triplet: D4, A0 and 64. RGB value is (212,160,100). Sum of RGB (Red+Green+Blue) = 212+160+100=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A064 is #2B5F9B. Grayscale: #A9A9A9. Windows color (decimal): -2842524 or 6594772. OLE color: 6594772.

HSL color Cylindrical-coordinate representation of color #D4A064: hue angle of 32.14º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4A064 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 160 100 -
CMYK 0 0.25 0.53 0.17
HSL 32.14º 0.57% 0.61% -
HSV(B) 32.14º 0.53% 0.83% -
XYZ 42.02 40.06 17.57 -
YUV 168.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 212 160 100 0 0.25 0.53 0.17 32.14 0.57 0.61
Hex D4 A0 64 0 19 35 11 20 39 3D
Octal 324 240 144 0 31 65 21 40 71 75
Binary 11010100 10100000 1100100 0 11001 110101 10001 100000 111001 111101

Color Harmonies of #D4A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A064

Black with #D4A064

Text Example


Text Example

White with #D4A064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A064; }

 p { color: rgb(212,160,100); }

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

background-color css

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

 a { background-color: rgb(212,160,100); }

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

border-color css

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

 span { border-color: rgb(212,160,100); }

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