Html Css Color HEX #D69856 Porsche

📋 copy color: '#D69856'

red 214 ◦ green 152 ◦ blue 86

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

Shades of Porsche #D69856

Tints of Porsche #D69856

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.63%

 BLUE value IS 86 (33.98% from 255) = 19.03%

R = 47.35%
G = 33.63%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D69856 (or 0xD69856) is known color: Porsche. HEX triplet: D6, 98 and 56. RGB value is (214,152,86). Sum of RGB (Red+Green+Blue) = 214+152+86=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D69856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69856 is #2967A9. Grayscale: #A3A3A3. Windows color (decimal): -2713514 or 5675222. OLE color: 5675222.

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

Color convert

RGB 214 152 86 -
CMYK 0 0.29 0.60 0.16
HSL 30.94º 0.61% 0.59% -
HSV(B) 30.94º 0.6% 0.84% -
XYZ 40.64 37.42 13.89 -
YUV 163.01 84.54 164.37 -
System Red Green Blue C M Y K H S L
Decimal 214 152 86 0 0.29 0.60 0.16 30.94 0.61 0.59
Hex D6 98 56 0 1D 3C 10 1F 3D 3B
Octal 326 230 126 0 35 74 20 37 75 73
Binary 11010110 10011000 1010110 0 11101 111100 10000 11111 111101 111011

Color Harmonies of #D69856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69856

Black with #D69856

Text Example


Text Example

White with #D69856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69856; }

 p { color: rgb(214,152,86); }

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

background-color css

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

 a { background-color: rgb(214,152,86); }

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

border-color css

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

 span { border-color: rgb(214,152,86); }

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