Html Css Color HEX #D29C5E Porsche

📋 copy color: '#D29C5E'

red 210 ◦ green 156 ◦ blue 94

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

Shades of Porsche #D29C5E

Tints of Porsche #D29C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.43%

R = 45.65%
G = 33.91%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D29C5E (or 0xD29C5E) is known color: Porsche. HEX triplet: D2, 9C and 5E. RGB value is (210,156,94). Sum of RGB (Red+Green+Blue) = 210+156+94=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C5E is #2D63A1. Grayscale: #A5A5A5. Windows color (decimal): -2974626 or 6200530. OLE color: 6200530.

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

Color convert

RGB 210 156 94 -
CMYK 0 0.26 0.55 0.18
HSL 32.07º 0.56% 0.6% -
HSV(B) 32.07º 0.55% 0.82% -
XYZ 40.49 38.29 15.85 -
YUV 165.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 210 156 94 0 0.26 0.55 0.18 32.07 0.56 0.6
Hex D2 9C 5E 0 1A 37 12 20 38 3C
Octal 322 234 136 0 32 67 22 40 70 74
Binary 11010010 10011100 1011110 0 11010 110111 10010 100000 111000 111100

Color Harmonies of #D29C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C5E

Black with #D29C5E

Text Example


Text Example

White with #D29C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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