Html Css Color HEX #D69959 Porsche

📋 copy color: '#D69959'

red 214 ◦ green 153 ◦ blue 89

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

Shades of Porsche #D69959

Tints of Porsche #D69959

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.55%

 BLUE value IS 89 (35.16% from 255) = 19.52%

R = 46.93%
G = 33.55%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D69959 (or 0xD69959) is known color: Porsche. HEX triplet: D6, 99 and 59. RGB value is (214,153,89). Sum of RGB (Red+Green+Blue) = 214+153+89=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D69959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69959 is #2966A6. Grayscale: #A4A4A4. Windows color (decimal): -2713255 or 5872086. OLE color: 5872086.

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

Color convert

RGB 214 153 89 -
CMYK 0 0.29 0.58 0.16
HSL 30.72º 0.6% 0.59% -
HSV(B) 30.72º 0.58% 0.84% -
XYZ 40.93 37.8 14.59 -
YUV 163.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 214 153 89 0 0.29 0.58 0.16 30.72 0.6 0.59
Hex D6 99 59 0 1D 3A 10 1F 3C 3B
Octal 326 231 131 0 35 72 20 37 74 73
Binary 11010110 10011001 1011001 0 11101 111010 10000 11111 111100 111011

Color Harmonies of #D69959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69959

Black with #D69959

Text Example


Text Example

White with #D69959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69959; }

 p { color: rgb(214,153,89); }

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

background-color css

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

 a { background-color: rgb(214,153,89); }

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

border-color css

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

 span { border-color: rgb(214,153,89); }

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