Html Css Color HEX #DAA565 Porsche

📋 copy color: '#DAA565'

red 218 ◦ green 165 ◦ blue 101

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

Shades of Porsche #DAA565

Tints of Porsche #DAA565

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

 BLUE value IS 101 (39.84% from 255) = 20.87%

R = 45.04%
G = 34.09%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAA565 (or 0xDAA565) is known color: Porsche. HEX triplet: DA, A5 and 65. RGB value is (218,165,101). Sum of RGB (Red+Green+Blue) = 218+165+101=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA565 is #255A9A. Grayscale: #ADADAD. Windows color (decimal): -2448027 or 6661594. OLE color: 6661594.

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

Color convert

RGB 218 165 101 -
CMYK 0 0.24 0.54 0.15
HSL 32.82º 0.61% 0.63% -
HSV(B) 32.82º 0.54% 0.85% -
XYZ 44.72 42.76 18.21 -
YUV 173.55 87.06 159.7 -
System Red Green Blue C M Y K H S L
Decimal 218 165 101 0 0.24 0.54 0.15 32.82 0.61 0.63
Hex DA A5 65 0 18 36 F 21 3D 3F
Octal 332 245 145 0 30 66 17 41 75 77
Binary 11011010 10100101 1100101 0 11000 110110 1111 100001 111101 111111

Color Harmonies of #DAA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA565

Black with #DAA565

Text Example


Text Example

White with #DAA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA565; }

 p { color: rgb(218,165,101); }

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

background-color css

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

 a { background-color: rgb(218,165,101); }

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

border-color css

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

 span { border-color: rgb(218,165,101); }

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