Html Css Color HEX #DAA364 Porsche

📋 copy color: '#DAA364'

red 218 ◦ green 163 ◦ blue 100

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

Shades of Porsche #DAA364

Tints of Porsche #DAA364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.79%

R = 45.32%
G = 33.89%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAA364 (or 0xDAA364) is known color: Porsche. HEX triplet: DA, A3 and 64. RGB value is (218,163,100). Sum of RGB (Red+Green+Blue) = 218+163+100=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA364 is #255C9B. Grayscale: #ACACAC. Windows color (decimal): -2448540 or 6595546. OLE color: 6595546.

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

Color convert

RGB 218 163 100 -
CMYK 0 0.25 0.54 0.15
HSL 32.03º 0.61% 0.62% -
HSV(B) 32.03º 0.54% 0.85% -
XYZ 44.31 42.02 17.83 -
YUV 172.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 218 163 100 0 0.25 0.54 0.15 32.03 0.61 0.62
Hex DA A3 64 0 19 36 F 20 3D 3E
Octal 332 243 144 0 31 66 17 40 75 76
Binary 11011010 10100011 1100100 0 11001 110110 1111 100000 111101 111110

Color Harmonies of #DAA364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA364

Black with #DAA364

Text Example


Text Example

White with #DAA364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA364; }

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

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

background-color css

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

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

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

border-color css

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

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

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