Html Css Color HEX #DAA157 Porsche

📋 copy color: '#DAA157'

red 218 ◦ green 161 ◦ blue 87

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

Shades of Porsche #DAA157

Tints of Porsche #DAA157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.67%

R = 46.78%
G = 34.55%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAA157 (or 0xDAA157) is known color: Porsche. HEX triplet: DA, A1 and 57. RGB value is (218,161,87). Sum of RGB (Red+Green+Blue) = 218+161+87=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA157 is #255EA8. Grayscale: #A9A9A9. Windows color (decimal): -2449065 or 5743066. OLE color: 5743066.

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

Color convert

RGB 218 161 87 -
CMYK 0 0.26 0.60 0.15
HSL 33.89º 0.64% 0.6% -
HSV(B) 33.89º 0.6% 0.85% -
XYZ 43.38 41.08 14.66 -
YUV 169.61 81.38 162.52 -
System Red Green Blue C M Y K H S L
Decimal 218 161 87 0 0.26 0.60 0.15 33.89 0.64 0.6
Hex DA A1 57 0 1A 3C F 22 40 3C
Octal 332 241 127 0 32 74 17 42 100 74
Binary 11011010 10100001 1010111 0 11010 111100 1111 100010 1000000 111100

Color Harmonies of #DAA157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA157

Black with #DAA157

Text Example


Text Example

White with #DAA157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA157; }

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

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

background-color css

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

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

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

border-color css

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

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

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