Html Css Color HEX #DAA06B Porsche

📋 copy color: '#DAA06B'

red 218 ◦ green 160 ◦ blue 107

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

Shades of Porsche #DAA06B

Tints of Porsche #DAA06B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.99%

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

R = 44.95%
G = 32.99%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAA06B (or 0xDAA06B) is known color: Porsche. HEX triplet: DA, A0 and 6B. RGB value is (218,160,107). Sum of RGB (Red+Green+Blue) = 218+160+107=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA06B is #255F94. Grayscale: #ABABAB. Windows color (decimal): -2449301 or 7053530. OLE color: 7053530.

HSL color Cylindrical-coordinate representation of color #DAA06B: hue angle of 28.65º 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 #DAA06B is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 160 107 -
CMYK 0 0.27 0.51 0.15
HSL 28.65º 0.6% 0.64% -
HSV(B) 28.65º 0.51% 0.85% -
XYZ 44.14 41.11 19.52 -
YUV 171.3 91.72 161.31 -
System Red Green Blue C M Y K H S L
Decimal 218 160 107 0 0.27 0.51 0.15 28.65 0.6 0.64
Hex DA A0 6B 0 1B 33 F 1D 3C 40
Octal 332 240 153 0 33 63 17 35 74 100
Binary 11011010 10100000 1101011 0 11011 110011 1111 11101 111100 1000000

Color Harmonies of #DAA06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA06B

Black with #DAA06B

Text Example


Text Example

White with #DAA06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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