Html Css Color HEX #DAA160 Porsche

📋 copy color: '#DAA160'

red 218 ◦ green 161 ◦ blue 96

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

Shades of Porsche #DAA160

Tints of Porsche #DAA160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.21%

R = 45.89%
G = 33.89%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAA160 (or 0xDAA160) is known color: Porsche. HEX triplet: DA, A1 and 60. RGB value is (218,161,96). Sum of RGB (Red+Green+Blue) = 218+161+96=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA160 is #255E9F. Grayscale: #AAAAAA. Windows color (decimal): -2449056 or 6332890. OLE color: 6332890.

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

Color convert

RGB 218 161 96 -
CMYK 0 0.26 0.56 0.15
HSL 31.97º 0.62% 0.62% -
HSV(B) 31.97º 0.56% 0.85% -
XYZ 43.77 41.24 16.72 -
YUV 170.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 218 161 96 0 0.26 0.56 0.15 31.97 0.62 0.62
Hex DA A1 60 0 1A 38 F 20 3E 3E
Octal 332 241 140 0 32 70 17 40 76 76
Binary 11011010 10100001 1100000 0 11010 111000 1111 100000 111110 111110

Color Harmonies of #DAA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA160

Black with #DAA160

Text Example


Text Example

White with #DAA160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA160; }

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

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

background-color css

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

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

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

border-color css

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

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

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