Html Css Color HEX #D69E55 Porsche

📋 copy color: '#D69E55'

red 214 ◦ green 158 ◦ blue 85

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

Shades of Porsche #D69E55

Tints of Porsche #D69E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.6%

R = 46.83%
G = 34.57%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D69E55 (or 0xD69E55) is known color: Porsche. HEX triplet: D6, 9E and 55. RGB value is (214,158,85). Sum of RGB (Red+Green+Blue) = 214+158+85=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69E55 is #2961AA. Grayscale: #A6A6A6. Windows color (decimal): -2711979 or 5611222. OLE color: 5611222.

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

Color convert

RGB 214 158 85 -
CMYK 0 0.26 0.60 0.16
HSL 33.95º 0.61% 0.59% -
HSV(B) 33.95º 0.6% 0.84% -
XYZ 41.6 39.41 14.01 -
YUV 166.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 214 158 85 0 0.26 0.60 0.16 33.95 0.61 0.59
Hex D6 9E 55 0 1A 3C 10 22 3D 3B
Octal 326 236 125 0 32 74 20 42 75 73
Binary 11010110 10011110 1010101 0 11010 111100 10000 100010 111101 111011

Color Harmonies of #D69E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E55

Black with #D69E55

Text Example


Text Example

White with #D69E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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