Html Css Color HEX #D69D54 Porsche

📋 copy color: '#D69D54'

red 214 ◦ green 157 ◦ blue 84

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

Shades of Porsche #D69D54

Tints of Porsche #D69D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.46%

R = 47.03%
G = 34.51%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D69D54 (or 0xD69D54) is known color: Porsche. HEX triplet: D6, 9D and 54. RGB value is (214,157,84). Sum of RGB (Red+Green+Blue) = 214+157+84=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D54 is #2962AB. Grayscale: #A6A6A6. Windows color (decimal): -2712236 or 5545430. OLE color: 5545430.

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

Color convert

RGB 214 157 84 -
CMYK 0 0.27 0.61 0.16
HSL 33.69º 0.61% 0.58% -
HSV(B) 33.69º 0.61% 0.84% -
XYZ 41.39 39.05 13.74 -
YUV 165.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 214 157 84 0 0.27 0.61 0.16 33.69 0.61 0.58
Hex D6 9D 54 0 1B 3D 10 22 3D 3A
Octal 326 235 124 0 33 75 20 42 75 72
Binary 11010110 10011101 1010100 0 11011 111101 10000 100010 111101 111010

Color Harmonies of #D69D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D54

Black with #D69D54

Text Example


Text Example

White with #D69D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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