Html Css Color HEX #DAA05C Porsche

📋 copy color: '#DAA05C'

red 218 ◦ green 160 ◦ blue 92

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

Shades of Porsche #DAA05C

Tints of Porsche #DAA05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.04%

 BLUE value IS 92 (36.33% from 255) = 19.57%

R = 46.38%
G = 34.04%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAA05C (or 0xDAA05C) is known color: Porsche. HEX triplet: DA, A0 and 5C. RGB value is (218,160,92). Sum of RGB (Red+Green+Blue) = 218+160+92=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA05C is #255FA3. Grayscale: #A9A9A9. Windows color (decimal): -2449316 or 6070490. OLE color: 6070490.

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

Color convert

RGB 218 160 92 -
CMYK 0 0.27 0.58 0.15
HSL 32.38º 0.63% 0.61% -
HSV(B) 32.38º 0.58% 0.85% -
XYZ 43.42 40.82 15.72 -
YUV 169.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 218 160 92 0 0.27 0.58 0.15 32.38 0.63 0.61
Hex DA A0 5C 0 1B 3A F 20 3F 3D
Octal 332 240 134 0 33 72 17 40 77 75
Binary 11011010 10100000 1011100 0 11011 111010 1111 100000 111111 111101

Color Harmonies of #DAA05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA05C

Black with #DAA05C

Text Example


Text Example

White with #DAA05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA05C; }

 p { color: rgb(218,160,92); }

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

background-color css

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

 a { background-color: rgb(218,160,92); }

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

border-color css

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

 span { border-color: rgb(218,160,92); }

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