Html Css Color HEX #DAA46D Porsche

📋 copy color: '#DAA46D'

red 218 ◦ green 164 ◦ blue 109

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

Shades of Porsche #DAA46D

Tints of Porsche #DAA46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.2%

R = 44.4%
G = 33.4%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DAA46D (or 0xDAA46D) is known color: Porsche. HEX triplet: DA, A4 and 6D. RGB value is (218,164,109). Sum of RGB (Red+Green+Blue) = 218+164+109=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA46D is #255B92. Grayscale: #AEAEAE. Windows color (decimal): -2448275 or 7185626. OLE color: 7185626.

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

Color convert

RGB 218 164 109 -
CMYK 0 0.25 0.5 0.15
HSL 30.28º 0.6% 0.64% -
HSV(B) 30.28º 0.5% 0.85% -
XYZ 44.95 42.56 20.31 -
YUV 173.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 218 164 109 0 0.25 0.5 0.15 30.28 0.6 0.64
Hex DA A4 6D 0 19 32 F 1E 3C 40
Octal 332 244 155 0 31 62 17 36 74 100
Binary 11011010 10100100 1101101 0 11001 110010 1111 11110 111100 1000000

Color Harmonies of #DAA46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA46D

Black with #DAA46D

Text Example


Text Example

White with #DAA46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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