Html Css Color HEX #D69C55 Porsche

📋 copy color: '#D69C55'

red 214 ◦ green 156 ◦ blue 85

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

Shades of Porsche #D69C55

Tints of Porsche #D69C55

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.29%

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

R = 47.03%
G = 34.29%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D69C55 (or 0xD69C55) is known color: Porsche. HEX triplet: D6, 9C and 55. RGB value is (214,156,85). Sum of RGB (Red+Green+Blue) = 214+156+85=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C55 is #2963AA. Grayscale: #A5A5A5. Windows color (decimal): -2712491 or 5610710. OLE color: 5610710.

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

Color convert

RGB 214 156 85 -
CMYK 0 0.27 0.60 0.16
HSL 33.02º 0.61% 0.59% -
HSV(B) 33.02º 0.6% 0.84% -
XYZ 41.26 38.73 13.9 -
YUV 165.25 82.72 162.77 -
System Red Green Blue C M Y K H S L
Decimal 214 156 85 0 0.27 0.60 0.16 33.02 0.61 0.59
Hex D6 9C 55 0 1B 3C 10 21 3D 3B
Octal 326 234 125 0 33 74 20 41 75 73
Binary 11010110 10011100 1010101 0 11011 111100 10000 100001 111101 111011

Color Harmonies of #D69C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C55

Black with #D69C55

Text Example


Text Example

White with #D69C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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