Html Css Color HEX #D5A26A Porsche

📋 copy color: '#D5A26A'

red 213 ◦ green 162 ◦ blue 106

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

Shades of Porsche #D5A26A

Tints of Porsche #D5A26A

RGB

 RED value IS 213 (83.59% from 255) = 44.28%

 GREEN value IS 162 (63.67% from 255) = 33.68%

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

R = 44.28%
G = 33.68%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5A26A (or 0xD5A26A) is known color: Porsche. HEX triplet: D5, A2 and 6A. RGB value is (213,162,106). Sum of RGB (Red+Green+Blue) = 213+162+106=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A26A is #2A5D95. Grayscale: #ABABAB. Windows color (decimal): -2776470 or 6988501. OLE color: 6988501.

HSL color Cylindrical-coordinate representation of color #D5A26A: hue angle of 31.4º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5A26A is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 162 106 -
CMYK 0 0.24 0.50 0.16
HSL 31.4º 0.56% 0.63% -
HSV(B) 31.4º 0.5% 0.84% -
XYZ 42.96 41.03 19.29 -
YUV 170.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 213 162 106 0 0.24 0.50 0.16 31.4 0.56 0.63
Hex D5 A2 6A 0 18 32 10 1F 38 3F
Octal 325 242 152 0 30 62 20 37 70 77
Binary 11010101 10100010 1101010 0 11000 110010 10000 11111 111000 111111

Color Harmonies of #D5A26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A26A

Black with #D5A26A

Text Example


Text Example

White with #D5A26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A26A; }

 p { color: rgb(213,162,106); }

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

background-color css

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

 a { background-color: rgb(213,162,106); }

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

border-color css

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

 span { border-color: rgb(213,162,106); }

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