Html Css Color HEX #D69E5E Porsche

📋 copy color: '#D69E5E'

red 214 ◦ green 158 ◦ blue 94

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

Shades of Porsche #D69E5E

Tints of Porsche #D69E5E

RGB

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

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

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

R = 45.92%
G = 33.91%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D69E5E (or 0xD69E5E) is known color: Porsche. HEX triplet: D6, 9E and 5E. RGB value is (214,158,94). Sum of RGB (Red+Green+Blue) = 214+158+94=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69E5E is #2961A1. Grayscale: #A7A7A7. Windows color (decimal): -2711970 or 6201046. OLE color: 6201046.

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

Color convert

RGB 214 158 94 -
CMYK 0 0.26 0.56 0.16
HSL 32º 0.59% 0.6% -
HSV(B) 32º 0.56% 0.84% -
XYZ 41.98 39.56 16.01 -
YUV 167.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 214 158 94 0 0.26 0.56 0.16 32 0.59 0.6
Hex D6 9E 5E 0 1A 38 10 20 3B 3C
Octal 326 236 136 0 32 70 20 40 73 74
Binary 11010110 10011110 1011110 0 11010 111000 10000 100000 111011 111100

Color Harmonies of #D69E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E5E

Black with #D69E5E

Text Example


Text Example

White with #D69E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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