Html Css Color HEX #DAA156 Porsche

📋 copy color: '#DAA156'

red 218 ◦ green 161 ◦ blue 86

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

Shades of Porsche #DAA156

Tints of Porsche #DAA156

RGB

 RED value IS 218 (85.55% from 255) = 46.88%

 GREEN value IS 161 (63.28% from 255) = 34.62%

 BLUE value IS 86 (33.98% from 255) = 18.49%

R = 46.88%
G = 34.62%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAA156 (or 0xDAA156) is known color: Porsche. HEX triplet: DA, A1 and 56. RGB value is (218,161,86). Sum of RGB (Red+Green+Blue) = 218+161+86=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA156 is #255EA9. Grayscale: #A9A9A9. Windows color (decimal): -2449066 or 5677530. OLE color: 5677530.

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

Color convert

RGB 218 161 86 -
CMYK 0 0.26 0.61 0.15
HSL 34.09º 0.64% 0.6% -
HSV(B) 34.09º 0.61% 0.85% -
XYZ 43.34 41.07 14.45 -
YUV 169.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 218 161 86 0 0.26 0.61 0.15 34.09 0.64 0.6
Hex DA A1 56 0 1A 3D F 22 40 3C
Octal 332 241 126 0 32 75 17 42 100 74
Binary 11011010 10100001 1010110 0 11010 111101 1111 100010 1000000 111100

Color Harmonies of #DAA156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA156

Black with #DAA156

Text Example


Text Example

White with #DAA156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA156; }

 p { color: rgb(218,161,86); }

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

background-color css

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

 a { background-color: rgb(218,161,86); }

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

border-color css

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

 span { border-color: rgb(218,161,86); }

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