Html Css Color HEX #DAA56C Porsche

📋 copy color: '#DAA56C'

red 218 ◦ green 165 ◦ blue 108

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

Shades of Porsche #DAA56C

Tints of Porsche #DAA56C

RGB

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

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

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

R = 44.4%
G = 33.6%
B = 22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAA56C (or 0xDAA56C) is known color: Porsche. HEX triplet: DA, A5 and 6C. RGB value is (218,165,108). Sum of RGB (Red+Green+Blue) = 218+165+108=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA56C is #255A93. Grayscale: #AEAEAE. Windows color (decimal): -2448020 or 7120346. OLE color: 7120346.

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

Color convert

RGB 218 165 108 -
CMYK 0 0.24 0.50 0.15
HSL 31.09º 0.6% 0.64% -
HSV(B) 31.09º 0.5% 0.85% -
XYZ 45.08 42.9 20.09 -
YUV 174.35 90.56 159.13 -
System Red Green Blue C M Y K H S L
Decimal 218 165 108 0 0.24 0.50 0.15 31.09 0.6 0.64
Hex DA A5 6C 0 18 32 F 1F 3C 40
Octal 332 245 154 0 30 62 17 37 74 100
Binary 11011010 10100101 1101100 0 11000 110010 1111 11111 111100 1000000

Color Harmonies of #DAA56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA56C

Black with #DAA56C

Text Example


Text Example

White with #DAA56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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