Html Css Color HEX #D69D55 Porsche

📋 copy color: '#D69D55'

red 214 ◦ green 157 ◦ blue 85

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

Shades of Porsche #D69D55

Tints of Porsche #D69D55

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.43%

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

R = 46.93%
G = 34.43%
B = 18.64%

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

#D69D55 (or 0xD69D55) is known color: Porsche. HEX triplet: D6, 9D and 55. RGB value is (214,157,85). Sum of RGB (Red+Green+Blue) = 214+157+85=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D55 is #2962AA. Grayscale: #A6A6A6. Windows color (decimal): -2712235 or 5610966. OLE color: 5610966.

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

Color convert

RGB 214 157 85 -
CMYK 0 0.27 0.60 0.16
HSL 33.49º 0.61% 0.59% -
HSV(B) 33.49º 0.6% 0.84% -
XYZ 41.43 39.07 13.95 -
YUV 165.84 82.38 162.35 -
System Red Green Blue C M Y K H S L
Decimal 214 157 85 0 0.27 0.60 0.16 33.49 0.61 0.59
Hex D6 9D 55 0 1B 3C 10 21 3D 3B
Octal 326 235 125 0 33 74 20 41 75 73
Binary 11010110 10011101 1010101 0 11011 111100 10000 100001 111101 111011

Color Harmonies of #D69D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D55

Black with #D69D55

Text Example


Text Example

White with #D69D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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