Html Css Color HEX #DAA158 Porsche

📋 copy color: '#DAA158'

red 218 ◦ green 161 ◦ blue 88

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

Shades of Porsche #DAA158

Tints of Porsche #DAA158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.84%

R = 46.68%
G = 34.48%
B = 18.84%

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

#DAA158 (or 0xDAA158) is known color: Porsche. HEX triplet: DA, A1 and 58. RGB value is (218,161,88). Sum of RGB (Red+Green+Blue) = 218+161+88=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA158 is #255EA7. Grayscale: #AAAAAA. Windows color (decimal): -2449064 or 5808602. OLE color: 5808602.

HSL color Cylindrical-coordinate representation of color #DAA158: hue angle of 33.69º 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 #DAA158 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 161 88 -
CMYK 0 0.26 0.60 0.15
HSL 33.69º 0.64% 0.6% -
HSV(B) 33.69º 0.6% 0.85% -
XYZ 43.42 41.1 14.88 -
YUV 169.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 218 161 88 0 0.26 0.60 0.15 33.69 0.64 0.6
Hex DA A1 58 0 1A 3C F 22 40 3C
Octal 332 241 130 0 32 74 17 42 100 74
Binary 11011010 10100001 1011000 0 11010 111100 1111 100010 1000000 111100

Color Harmonies of #DAA158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA158

Black with #DAA158

Text Example


Text Example

White with #DAA158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA158; }

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

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

background-color css

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

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

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

border-color css

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

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

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