Html Css Color HEX #D5A066 Porsche

📋 copy color: '#D5A066'

red 213 ◦ green 160 ◦ blue 102

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

Shades of Porsche #D5A066

Tints of Porsche #D5A066

RGB

 RED value IS 213 (83.59% from 255) = 44.84%

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

 BLUE value IS 102 (40.23% from 255) = 21.47%

R = 44.84%
G = 33.68%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5A066 (or 0xD5A066) is known color: Porsche. HEX triplet: D5, A0 and 66. RGB value is (213,160,102). Sum of RGB (Red+Green+Blue) = 213+160+102=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A066 is #2A5F99. Grayscale: #A9A9A9. Windows color (decimal): -2776986 or 6725845. OLE color: 6725845.

HSL color Cylindrical-coordinate representation of color #D5A066: hue angle of 31.35º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5A066 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 102 -
CMYK 0 0.25 0.52 0.16
HSL 31.35º 0.57% 0.62% -
HSV(B) 31.35º 0.52% 0.84% -
XYZ 42.41 40.25 18.1 -
YUV 169.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 213 160 102 0 0.25 0.52 0.16 31.35 0.57 0.62
Hex D5 A0 66 0 19 34 10 1F 39 3E
Octal 325 240 146 0 31 64 20 37 71 76
Binary 11010101 10100000 1100110 0 11001 110100 10000 11111 111001 111110

Color Harmonies of #D5A066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A066

Black with #D5A066

Text Example


Text Example

White with #D5A066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A066; }

 p { color: rgb(213,160,102); }

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

background-color css

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

 a { background-color: rgb(213,160,102); }

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

border-color css

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

 span { border-color: rgb(213,160,102); }

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