Html Css Color HEX #D29D5A Porsche

📋 copy color: '#D29D5A'

red 210 ◦ green 157 ◦ blue 90

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

Shades of Porsche #D29D5A

Tints of Porsche #D29D5A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.35%

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

R = 45.95%
G = 34.35%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D29D5A (or 0xD29D5A) is known color: Porsche. HEX triplet: D2, 9D and 5A. RGB value is (210,157,90). Sum of RGB (Red+Green+Blue) = 210+157+90=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D5A is #2D62A5. Grayscale: #A5A5A5. Windows color (decimal): -2974374 or 5938642. OLE color: 5938642.

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

Color convert

RGB 210 157 90 -
CMYK 0 0.25 0.57 0.18
HSL 33.5º 0.57% 0.59% -
HSV(B) 33.5º 0.57% 0.82% -
XYZ 40.48 38.55 14.98 -
YUV 165.21 85.56 159.95 -
System Red Green Blue C M Y K H S L
Decimal 210 157 90 0 0.25 0.57 0.18 33.5 0.57 0.59
Hex D2 9D 5A 0 19 39 12 22 39 3B
Octal 322 235 132 0 31 71 22 42 71 73
Binary 11010010 10011101 1011010 0 11001 111001 10010 100010 111001 111011

Color Harmonies of #D29D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D5A

Black with #D29D5A

Text Example


Text Example

White with #D29D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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