Html Css Color HEX #D4A067 Porsche

📋 copy color: '#D4A067'

red 212 ◦ green 160 ◦ blue 103

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

Shades of Porsche #D4A067

Tints of Porsche #D4A067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.68%

R = 44.63%
G = 33.68%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D4A067 (or 0xD4A067) is known color: Porsche. HEX triplet: D4, A0 and 67. RGB value is (212,160,103). Sum of RGB (Red+Green+Blue) = 212+160+103=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A067 is #2B5F98. Grayscale: #A9A9A9. Windows color (decimal): -2842521 or 6791380. OLE color: 6791380.

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

Color convert

RGB 212 160 103 -
CMYK 0 0.25 0.51 0.17
HSL 31.38º 0.56% 0.62% -
HSV(B) 31.38º 0.51% 0.83% -
XYZ 42.17 40.12 18.35 -
YUV 169.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 212 160 103 0 0.25 0.51 0.17 31.38 0.56 0.62
Hex D4 A0 67 0 19 33 11 1F 38 3E
Octal 324 240 147 0 31 63 21 37 70 76
Binary 11010100 10100000 1100111 0 11001 110011 10001 11111 111000 111110

Color Harmonies of #D4A067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A067

Black with #D4A067

Text Example


Text Example

White with #D4A067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A067; }

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

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

background-color css

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

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

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

border-color css

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

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

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