Html Css Color HEX #DAA36E Porsche

📋 copy color: '#DAA36E'

red 218 ◦ green 163 ◦ blue 110

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

Shades of Porsche #DAA36E

Tints of Porsche #DAA36E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.4%

R = 44.4%
G = 33.2%
B = 22.4%

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

#DAA36E (or 0xDAA36E) is known color: Porsche. HEX triplet: DA, A3 and 6E. RGB value is (218,163,110). Sum of RGB (Red+Green+Blue) = 218+163+110=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA36E is #255C91. Grayscale: #ADADAD. Windows color (decimal): -2448530 or 7250906. OLE color: 7250906.

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

Color convert

RGB 218 163 110 -
CMYK 0 0.25 0.50 0.15
HSL 29.44º 0.59% 0.64% -
HSV(B) 29.44º 0.5% 0.85% -
XYZ 44.83 42.23 20.54 -
YUV 173.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 218 163 110 0 0.25 0.50 0.15 29.44 0.59 0.64
Hex DA A3 6E 0 19 32 F 1D 3B 40
Octal 332 243 156 0 31 62 17 35 73 100
Binary 11011010 10100011 1101110 0 11001 110010 1111 11101 111011 1000000

Color Harmonies of #DAA36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA36E

Black with #DAA36E

Text Example


Text Example

White with #DAA36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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