Html Css Color HEX #D69A54 Porsche

📋 copy color: '#D69A54'

red 214 ◦ green 154 ◦ blue 84

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

Shades of Porsche #D69A54

Tints of Porsche #D69A54

RGB

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

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

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

R = 47.35%
G = 34.07%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D69A54 (or 0xD69A54) is known color: Porsche. HEX triplet: D6, 9A and 54. RGB value is (214,154,84). Sum of RGB (Red+Green+Blue) = 214+154+84=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A54 is #2965AB. Grayscale: #A4A4A4. Windows color (decimal): -2713004 or 5544662. OLE color: 5544662.

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

Color convert

RGB 214 154 84 -
CMYK 0 0.28 0.61 0.16
HSL 32.31º 0.61% 0.58% -
HSV(B) 32.31º 0.61% 0.84% -
XYZ 40.89 38.05 13.58 -
YUV 163.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 214 154 84 0 0.28 0.61 0.16 32.31 0.61 0.58
Hex D6 9A 54 0 1C 3D 10 20 3D 3A
Octal 326 232 124 0 34 75 20 40 75 72
Binary 11010110 10011010 1010100 0 11100 111101 10000 100000 111101 111010

Color Harmonies of #D69A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A54

Black with #D69A54

Text Example


Text Example

White with #D69A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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