Html Css Color HEX #D69E5D Porsche

📋 copy color: '#D69E5D'

red 214 ◦ green 158 ◦ blue 93

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

Shades of Porsche #D69E5D

Tints of Porsche #D69E5D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.98%

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

R = 46.02%
G = 33.98%
B = 20%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D69E5D (or 0xD69E5D) is known color: Porsche. HEX triplet: D6, 9E and 5D. RGB value is (214,158,93). Sum of RGB (Red+Green+Blue) = 214+158+93=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69E5D is #2961A2. Grayscale: #A7A7A7. Windows color (decimal): -2711971 or 6135510. OLE color: 6135510.

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

Color convert

RGB 214 158 93 -
CMYK 0 0.26 0.57 0.16
HSL 32.23º 0.6% 0.6% -
HSV(B) 32.23º 0.57% 0.84% -
XYZ 41.93 39.54 15.78 -
YUV 167.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 214 158 93 0 0.26 0.57 0.16 32.23 0.6 0.6
Hex D6 9E 5D 0 1A 39 10 20 3C 3C
Octal 326 236 135 0 32 71 20 40 74 74
Binary 11010110 10011110 1011101 0 11010 111001 10000 100000 111100 111100

Color Harmonies of #D69E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E5D

Black with #D69E5D

Text Example


Text Example

White with #D69E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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