Html Css Color HEX #D29C5A Porsche

📋 copy color: '#D29C5A'

red 210 ◦ green 156 ◦ blue 90

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

Shades of Porsche #D29C5A

Tints of Porsche #D29C5A

RGB

 RED value IS 210 (82.42% from 255) = 46.05%

 GREEN value IS 156 (61.33% from 255) = 34.21%

 BLUE value IS 90 (35.55% from 255) = 19.74%

R = 46.05%
G = 34.21%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D29C5A (or 0xD29C5A) is known color: Porsche. HEX triplet: D2, 9C and 5A. RGB value is (210,156,90). Sum of RGB (Red+Green+Blue) = 210+156+90=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C5A is #2D63A5. Grayscale: #A4A4A4. Windows color (decimal): -2974630 or 5938386. OLE color: 5938386.

HSL color Cylindrical-coordinate representation of color #D29C5A: hue angle of 33º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D29C5A is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 156 90 -
CMYK 0 0.26 0.57 0.18
HSL 33º 0.57% 0.59% -
HSV(B) 33º 0.57% 0.82% -
XYZ 40.31 38.22 14.92 -
YUV 164.62 85.89 160.37 -
System Red Green Blue C M Y K H S L
Decimal 210 156 90 0 0.26 0.57 0.18 33 0.57 0.59
Hex D2 9C 5A 0 1A 39 12 21 39 3B
Octal 322 234 132 0 32 71 22 41 71 73
Binary 11010010 10011100 1011010 0 11010 111001 10010 100001 111001 111011

Color Harmonies of #D29C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C5A

Black with #D29C5A

Text Example


Text Example

White with #D29C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C5A; }

 p { color: rgb(210,156,90); }

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

background-color css

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

 a { background-color: rgb(210,156,90); }

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

border-color css

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

 span { border-color: rgb(210,156,90); }

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