Html Css Color HEX #DAA36C Porsche

📋 copy color: '#DAA36C'

red 218 ◦ green 163 ◦ blue 108

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

Shades of Porsche #DAA36C

Tints of Porsche #DAA36C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.33%

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

R = 44.58%
G = 33.33%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAA36C (or 0xDAA36C) is known color: Porsche. HEX triplet: DA, A3 and 6C. RGB value is (218,163,108). Sum of RGB (Red+Green+Blue) = 218+163+108=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA36C is #255C93. Grayscale: #ADADAD. Windows color (decimal): -2448532 or 7119834. OLE color: 7119834.

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

Color convert

RGB 218 163 108 -
CMYK 0 0.25 0.50 0.15
HSL 30º 0.6% 0.64% -
HSV(B) 30º 0.5% 0.85% -
XYZ 44.72 42.18 19.97 -
YUV 173.18 91.22 159.97 -
System Red Green Blue C M Y K H S L
Decimal 218 163 108 0 0.25 0.50 0.15 30 0.6 0.64
Hex DA A3 6C 0 19 32 F 1E 3C 40
Octal 332 243 154 0 31 62 17 36 74 100
Binary 11011010 10100011 1101100 0 11001 110010 1111 11110 111100 1000000

Color Harmonies of #DAA36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA36C

Black with #DAA36C

Text Example


Text Example

White with #DAA36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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