Html Css Color HEX #DAA465 Porsche

📋 copy color: '#DAA465'

red 218 ◦ green 164 ◦ blue 101

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

Shades of Porsche #DAA465

Tints of Porsche #DAA465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 45.13%
G = 33.95%
B = 20.91%

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

#DAA465 (or 0xDAA465) is known color: Porsche. HEX triplet: DA, A4 and 65. RGB value is (218,164,101). Sum of RGB (Red+Green+Blue) = 218+164+101=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA465 is #255B9A. Grayscale: #ADADAD. Windows color (decimal): -2448283 or 6661338. OLE color: 6661338.

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

Color convert

RGB 218 164 101 -
CMYK 0 0.25 0.54 0.15
HSL 32.31º 0.61% 0.63% -
HSV(B) 32.31º 0.54% 0.85% -
XYZ 44.54 42.4 18.15 -
YUV 172.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 218 164 101 0 0.25 0.54 0.15 32.31 0.61 0.63
Hex DA A4 65 0 19 36 F 20 3D 3F
Octal 332 244 145 0 31 66 17 40 75 77
Binary 11011010 10100100 1100101 0 11001 110110 1111 100000 111101 111111

Color Harmonies of #DAA465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA465

Black with #DAA465

Text Example


Text Example

White with #DAA465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA465; }

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

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

background-color css

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

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

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

border-color css

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

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

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