Html Css Color HEX #D69E68 Porsche

📋 copy color: '#D69E68'

red 214 ◦ green 158 ◦ blue 104

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

Shades of Porsche #D69E68

Tints of Porsche #D69E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.85%

R = 44.96%
G = 33.19%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D69E68 (or 0xD69E68) is known color: Porsche. HEX triplet: D6, 9E and 68. RGB value is (214,158,104). Sum of RGB (Red+Green+Blue) = 214+158+104=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69E68 is #296197. Grayscale: #A8A8A8. Windows color (decimal): -2711960 or 6856406. OLE color: 6856406.

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

Color convert

RGB 214 158 104 -
CMYK 0 0.26 0.51 0.16
HSL 29.45º 0.57% 0.62% -
HSV(B) 29.45º 0.51% 0.84% -
XYZ 42.46 39.75 18.53 -
YUV 168.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 214 158 104 0 0.26 0.51 0.16 29.45 0.57 0.62
Hex D6 9E 68 0 1A 33 10 1D 39 3E
Octal 326 236 150 0 32 63 20 35 71 76
Binary 11010110 10011110 1101000 0 11010 110011 10000 11101 111001 111110

Color Harmonies of #D69E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E68

Black with #D69E68

Text Example


Text Example

White with #D69E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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