Html Css Color HEX #DAA36A Porsche

📋 copy color: '#DAA36A'

red 218 ◦ green 163 ◦ blue 106

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

Shades of Porsche #DAA36A

Tints of Porsche #DAA36A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.47%

 BLUE value IS 106 (41.8% from 255) = 21.77%

R = 44.76%
G = 33.47%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAA36A (or 0xDAA36A) is known color: Porsche. HEX triplet: DA, A3 and 6A. RGB value is (218,163,106). Sum of RGB (Red+Green+Blue) = 218+163+106=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA36A is #255C95. Grayscale: #ADADAD. Windows color (decimal): -2448534 or 6988762. OLE color: 6988762.

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

Color convert

RGB 218 163 106 -
CMYK 0 0.25 0.51 0.15
HSL 30.54º 0.6% 0.64% -
HSV(B) 30.54º 0.51% 0.85% -
XYZ 44.61 42.14 19.42 -
YUV 172.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 218 163 106 0 0.25 0.51 0.15 30.54 0.6 0.64
Hex DA A3 6A 0 19 33 F 1F 3C 40
Octal 332 243 152 0 31 63 17 37 74 100
Binary 11011010 10100011 1101010 0 11001 110011 1111 11111 111100 1000000

Color Harmonies of #DAA36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA36A

Black with #DAA36A

Text Example


Text Example

White with #DAA36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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