Html Css Color HEX #D69A57 Porsche

📋 copy color: '#D69A57'

red 214 ◦ green 154 ◦ blue 87

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

Shades of Porsche #D69A57

Tints of Porsche #D69A57

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.85%

 BLUE value IS 87 (34.38% from 255) = 19.12%

R = 47.03%
G = 33.85%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D69A57 (or 0xD69A57) is known color: Porsche. HEX triplet: D6, 9A and 57. RGB value is (214,154,87). Sum of RGB (Red+Green+Blue) = 214+154+87=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A57 is #2965A8. Grayscale: #A4A4A4. Windows color (decimal): -2713001 or 5741270. OLE color: 5741270.

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

Color convert

RGB 214 154 87 -
CMYK 0 0.28 0.59 0.16
HSL 31.65º 0.61% 0.59% -
HSV(B) 31.65º 0.59% 0.84% -
XYZ 41.01 38.1 14.21 -
YUV 164.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 214 154 87 0 0.28 0.59 0.16 31.65 0.61 0.59
Hex D6 9A 57 0 1C 3B 10 20 3D 3B
Octal 326 232 127 0 34 73 20 40 75 73
Binary 11010110 10011010 1010111 0 11100 111011 10000 100000 111101 111011

Color Harmonies of #D69A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A57

Black with #D69A57

Text Example


Text Example

White with #D69A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A57; }

 p { color: rgb(214,154,87); }

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

background-color css

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

 a { background-color: rgb(214,154,87); }

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

border-color css

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

 span { border-color: rgb(214,154,87); }

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