Html Css Color HEX #DAA16C Porsche

📋 copy color: '#DAA16C'

red 218 ◦ green 161 ◦ blue 108

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

Shades of Porsche #DAA16C

Tints of Porsche #DAA16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.18%

R = 44.76%
G = 33.06%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAA16C (or 0xDAA16C) is known color: Porsche. HEX triplet: DA, A1 and 6C. RGB value is (218,161,108). Sum of RGB (Red+Green+Blue) = 218+161+108=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA16C is #255E93. Grayscale: #ACACAC. Windows color (decimal): -2449044 or 7119322. OLE color: 7119322.

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

Color convert

RGB 218 161 108 -
CMYK 0 0.26 0.50 0.15
HSL 28.91º 0.6% 0.64% -
HSV(B) 28.91º 0.5% 0.85% -
XYZ 44.37 41.48 19.86 -
YUV 172 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 218 161 108 0 0.26 0.50 0.15 28.91 0.6 0.64
Hex DA A1 6C 0 1A 32 F 1D 3C 40
Octal 332 241 154 0 32 62 17 35 74 100
Binary 11011010 10100001 1101100 0 11010 110010 1111 11101 111100 1000000

Color Harmonies of #DAA16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA16C

Black with #DAA16C

Text Example


Text Example

White with #DAA16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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