Html Css Color HEX #D69A5D Porsche

📋 copy color: '#D69A5D'

red 214 ◦ green 154 ◦ blue 93

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

Shades of Porsche #D69A5D

Tints of Porsche #D69A5D

RGB

 RED value IS 214 (83.98% from 255) = 46.42%

 GREEN value IS 154 (60.55% from 255) = 33.41%

 BLUE value IS 93 (36.72% from 255) = 20.17%

R = 46.42%
G = 33.41%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D69A5D (or 0xD69A5D) is known color: Porsche. HEX triplet: D6, 9A and 5D. RGB value is (214,154,93). Sum of RGB (Red+Green+Blue) = 214+154+93=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A5D is #2965A2. Grayscale: #A5A5A5. Windows color (decimal): -2712995 or 6134486. OLE color: 6134486.

HSL color Cylindrical-coordinate representation of color #D69A5D: hue angle of 30.25º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D69A5D is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 93 -
CMYK 0 0.28 0.57 0.16
HSL 30.25º 0.6% 0.6% -
HSV(B) 30.25º 0.57% 0.84% -
XYZ 41.26 38.2 15.55 -
YUV 164.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 214 154 93 0 0.28 0.57 0.16 30.25 0.6 0.6
Hex D6 9A 5D 0 1C 39 10 1E 3C 3C
Octal 326 232 135 0 34 71 20 36 74 74
Binary 11010110 10011010 1011101 0 11100 111001 10000 11110 111100 111100

Color Harmonies of #D69A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A5D

Black with #D69A5D

Text Example


Text Example

White with #D69A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A5D; }

 p { color: rgb(214,154,93); }

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

background-color css

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

 a { background-color: rgb(214,154,93); }

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

border-color css

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

 span { border-color: rgb(214,154,93); }

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