Html Css Color HEX #DAA468 Porsche

📋 copy color: '#DAA468'

red 218 ◦ green 164 ◦ blue 104

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

Shades of Porsche #DAA468

Tints of Porsche #DAA468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.4%

R = 44.86%
G = 33.74%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAA468 (or 0xDAA468) is known color: Porsche. HEX triplet: DA, A4 and 68. RGB value is (218,164,104). Sum of RGB (Red+Green+Blue) = 218+164+104=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA468 is #255B97. Grayscale: #ADADAD. Windows color (decimal): -2448280 or 6857946. OLE color: 6857946.

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

Color convert

RGB 218 164 104 -
CMYK 0 0.25 0.52 0.15
HSL 31.58º 0.61% 0.63% -
HSV(B) 31.58º 0.52% 0.85% -
XYZ 44.69 42.46 18.94 -
YUV 173.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 218 164 104 0 0.25 0.52 0.15 31.58 0.61 0.63
Hex DA A4 68 0 19 34 F 20 3D 3F
Octal 332 244 150 0 31 64 17 40 75 77
Binary 11011010 10100100 1101000 0 11001 110100 1111 100000 111101 111111

Color Harmonies of #DAA468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA468

Black with #DAA468

Text Example


Text Example

White with #DAA468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA468; }

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

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

background-color css

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

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

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

border-color css

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

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

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