Html Css Color HEX #DAA56B Porsche

📋 copy color: '#DAA56B'

red 218 ◦ green 165 ◦ blue 107

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

Shades of Porsche #DAA56B

Tints of Porsche #DAA56B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.67%

 BLUE value IS 107 (42.19% from 255) = 21.84%

R = 44.49%
G = 33.67%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAA56B (or 0xDAA56B) is known color: Porsche. HEX triplet: DA, A5 and 6B. RGB value is (218,165,107). Sum of RGB (Red+Green+Blue) = 218+165+107=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA56B is #255A94. Grayscale: #AEAEAE. Windows color (decimal): -2448021 or 7054810. OLE color: 7054810.

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

Color convert

RGB 218 165 107 -
CMYK 0 0.24 0.51 0.15
HSL 31.35º 0.6% 0.64% -
HSV(B) 31.35º 0.51% 0.85% -
XYZ 45.02 42.88 19.81 -
YUV 174.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 218 165 107 0 0.24 0.51 0.15 31.35 0.6 0.64
Hex DA A5 6B 0 18 33 F 1F 3C 40
Octal 332 245 153 0 30 63 17 37 74 100
Binary 11011010 10100101 1101011 0 11000 110011 1111 11111 111100 1000000

Color Harmonies of #DAA56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA56B

Black with #DAA56B

Text Example


Text Example

White with #DAA56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA56B; }

 p { color: rgb(218,165,107); }

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

background-color css

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

 a { background-color: rgb(218,165,107); }

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

border-color css

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

 span { border-color: rgb(218,165,107); }

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