Html Css Color HEX #DAA464 Porsche

📋 copy color: '#DAA464'

red 218 ◦ green 164 ◦ blue 100

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

Shades of Porsche #DAA464

Tints of Porsche #DAA464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

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

R = 45.23%
G = 34.02%
B = 20.75%

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

#DAA464 (or 0xDAA464) is known color: Porsche. HEX triplet: DA, A4 and 64. RGB value is (218,164,100). Sum of RGB (Red+Green+Blue) = 218+164+100=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA464 is #255B9B. Grayscale: #ADADAD. Windows color (decimal): -2448284 or 6595802. OLE color: 6595802.

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

Color convert

RGB 218 164 100 -
CMYK 0 0.25 0.54 0.15
HSL 32.54º 0.61% 0.62% -
HSV(B) 32.54º 0.54% 0.85% -
XYZ 44.49 42.38 17.89 -
YUV 172.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 218 164 100 0 0.25 0.54 0.15 32.54 0.61 0.62
Hex DA A4 64 0 19 36 F 21 3D 3E
Octal 332 244 144 0 31 66 17 41 75 76
Binary 11011010 10100100 1100100 0 11001 110110 1111 100001 111101 111110

Color Harmonies of #DAA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA464

Black with #DAA464

Text Example


Text Example

White with #DAA464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA464; }

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

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

background-color css

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

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

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

border-color css

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

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

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