#DAA369

Color #DAA369 Porsche (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Porsche #DAA369

Tints of Porsche #DAA369

Color information

#DAA369 (or 0xDAA369) is unknown color: approx Porsche. HEX triplet: DA, A3 and 69. RGB value is (218,163,105). Sum of RGB (Red+Green+Blue) = 218+163+105=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA369 is #255C96. Grayscale: #ADADAD. Windows color (decimal): -2448535 or 6923226. OLE color: 6923226.

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

Color convert

RGB218163105-
CMYK00.250.520.15
HSL30.8º60.43%63.33%-
HSV(B)30.8º51.83%85.49%-
XYZ44.5642.1219.15-
YUV172.8389.72160.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.86%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 105 (41.41% from 255) = 21.60%
R=44.86%
G=33.54%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816310500.250.520.1530.860.4363.33
HexDAA36901934F1f3c3f
Octal3322431510316417377477
Binary11011010101000111101001011001110100111111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA369; }

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

 H1.HeaderClassName
 {
   color: #DAA369;
 }
 .AnyTagClassName
 {
   color: #DAA369;
 }
</style>
background-color css

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

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

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

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

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

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